Uses of Class
net.anotheria.asg.generator.meta.StorageType
-
Packages that use StorageType Package Description net.anotheria.asg.generator.meta -
-
Uses of StorageType in net.anotheria.asg.generator.meta
Methods in net.anotheria.asg.generator.meta that return StorageType Modifier and Type Method Description StorageTypeMetaModule. getStorageType()Getter for the fieldstorageType.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.Methods in net.anotheria.asg.generator.meta with parameters of type StorageType Modifier and Type Method Description voidMetaModule. setStorageType(StorageType aStorageType)Setter for the fieldstorageType.
-