Uses of Class
fr.gouv.vitam.storage.driver.constants.StorageDriverParameterNames
-
Packages that use StorageDriverParameterNames Package Description fr.gouv.vitam.storage.driver.constants Provides constants, enums and other kind of constants that may be used globally by the drivers for the Storage driver module -
-
Uses of StorageDriverParameterNames in fr.gouv.vitam.storage.driver.constants
Methods in fr.gouv.vitam.storage.driver.constants that return StorageDriverParameterNames Modifier and Type Method Description static StorageDriverParameterNames
StorageDriverParameterNames. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StorageDriverParameterNames[]
StorageDriverParameterNames. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-