Uses of Class
fr.gouv.vitam.common.storage.cas.container.api.StorageType
-
Packages that use StorageType Package Description fr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace module -
-
Uses of StorageType in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that return StorageType Modifier and Type Method Description StorageTypeVitamStorageMetadata. getType()Whether this resource is a container, file, etc.static StorageTypeStorageType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StorageType[]StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-