Uses of Enum Class
fr.gouv.vitam.common.model.administration.ProfileFormat
Package
Description
Provides common public Model classes for the administration module.
Provides common classes for the Functional Administration module.
-
Uses of ProfileFormat in fr.gouv.vitam.common.model.administration
Modifier and TypeMethodDescriptionstatic ProfileFormat
Returns the enum constant of this class with the specified name.static ProfileFormat[]
ProfileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProfileFormat in fr.gouv.vitam.common.model.administration.profile
Modifier and TypeFieldDescriptionprotected @NotNull ProfileFormat
CreateProfileModel.format
protected ProfileFormat
ProfileModel.format
Modifier and TypeMethodDescriptionCreateProfileModel.getFormat()
Get the format of the profile file (xsd, rng, ...)ProfileModel.getFormat()
Get the format of the profile file (xsd, rng, ...)Modifier and TypeMethodDescriptionCreateProfileModel.setFormat
(ProfileFormat format) Set the profile file format (xsd, rng, ...)ProfileModel.setFormat
(ProfileFormat format) Set the profile file format (xsd, rng, ...) -
Uses of ProfileFormat in fr.gouv.vitam.functional.administration.common
Modifier and TypeMethodDescriptionProfile.getFormat()
The profile file format If toJson called without MongoClient configuration this will thow codec exceptionModifier and TypeMethodDescriptionProfile.setFormat
(ProfileFormat format) Set or change the profile format (xsd, rng, ...)