Uses of Class
org.openl.rules.dt.storage.IStorage.StorageType
-
Packages that use IStorage.StorageType Package Description org.openl.rules.dt.storage -
-
Uses of IStorage.StorageType in org.openl.rules.dt.storage
Methods in org.openl.rules.dt.storage that return IStorage.StorageType Modifier and Type Method Description static IStorage.StorageTypeIStorage.StorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static IStorage.StorageType[]IStorage.StorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-