Uses of Class
io.contextmap.spring.runtime.model.storage.StorageEntityType
-
Packages that use StorageEntityType Package Description io.contextmap.spring.runtime.model.storage -
-
Uses of StorageEntityType in io.contextmap.spring.runtime.model.storage
Methods in io.contextmap.spring.runtime.model.storage that return StorageEntityType Modifier and Type Method Description StorageEntityTypeStorageEntity. getType()static StorageEntityTypeStorageEntityType. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageEntityType[]StorageEntityType. 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 StorageEntityType Modifier and Type Method Description voidStorageEntity. setType(StorageEntityType type)
-