Uses of Class
fr.gouv.vitam.common.model.VitamConstants.StorageRuleFinalAction
-
Packages that use VitamConstants.StorageRuleFinalAction Package Description fr.gouv.vitam.common.model This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components -
-
Uses of VitamConstants.StorageRuleFinalAction in fr.gouv.vitam.common.model
Methods in fr.gouv.vitam.common.model that return VitamConstants.StorageRuleFinalAction Modifier and Type Method Description static VitamConstants.StorageRuleFinalAction
VitamConstants.StorageRuleFinalAction. fromValue(java.lang.String v)
static VitamConstants.StorageRuleFinalAction
VitamConstants.StorageRuleFinalAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VitamConstants.StorageRuleFinalAction[]
VitamConstants.StorageRuleFinalAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-