Uses of Class
io.contextmap.spring.runtime.model.storage.StorageType
-
Packages that use StorageType Package Description io.contextmap.spring.runtime.model.storage -
-
Uses of StorageType in io.contextmap.spring.runtime.model.storage
Methods in io.contextmap.spring.runtime.model.storage that return StorageType Modifier and Type Method Description StorageTypeStorage. getType()static StorageTypeStorageType. valueOf(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.Methods in io.contextmap.spring.runtime.model.storage with parameters of type StorageType Modifier and Type Method Description voidStorage. setType(StorageType type)
-