Uses of Class
fr.gouv.vitam.common.storage.constants.ExtendedAttributes
-
Packages that use ExtendedAttributes Package Description fr.gouv.vitam.common.storage.constants Provides classes contains constants values for the common storage Module module. -
-
Uses of ExtendedAttributes in fr.gouv.vitam.common.storage.constants
Methods in fr.gouv.vitam.common.storage.constants that return ExtendedAttributes Modifier and Type Method Description static ExtendedAttributes
ExtendedAttributes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ExtendedAttributes[]
ExtendedAttributes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-