Uses of Class
net.ssehub.easy.producer.core.persistence.internal.StorageType
-
Packages that use StorageType Package Description net.ssehub.easy.producer.core.persistence.internal This package contains classes needed for classes of the persistence package. -
-
Uses of StorageType in net.ssehub.easy.producer.core.persistence.internal
Fields in net.ssehub.easy.producer.core.persistence.internal declared as StorageType Modifier and Type Field Description private StorageTypeDataStorage. typeMethods in net.ssehub.easy.producer.core.persistence.internal that return StorageType Modifier and Type Method Description 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.Constructors in net.ssehub.easy.producer.core.persistence.internal with parameters of type StorageType Constructor Description DataStorage(StorageType type, java.lang.String location, PathEnvironment pathEnv)Sole constructor.
-