Uses of Class
fr.gouv.vitam.common.model.administration.ProfileFormat
-
Packages that use ProfileFormat Package Description fr.gouv.vitam.common.model.administration Provides common public Model classes for the administration module.fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of ProfileFormat in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return ProfileFormat Modifier and Type Method Description ProfileFormat
ProfileModel. getFormat()
Get the format of the profile file (xsd, rng, ...)static ProfileFormat
ProfileFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProfileFormat[]
ProfileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type ProfileFormat Modifier and Type Method Description ProfileModel
ProfileModel. setFormat(ProfileFormat format)
Set the profile file format (xsd, rng, ...) -
Uses of ProfileFormat in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return ProfileFormat Modifier and Type Method Description ProfileFormat
Profile. getFormat()
The profile file format If toJson called without MongoClient configuration this will thow codec exceptionMethods in fr.gouv.vitam.functional.administration.common with parameters of type ProfileFormat Modifier and Type Method Description Profile
Profile. setFormat(ProfileFormat format)
Set or change the profile format (xsd, rng, ...)
-