Uses of Class
org.gcube.informationsystem.glitebridge.resource.StorageElement.SATypeEnum

Packages that use StorageElement.SATypeEnum
org.gcube.informationsystem.glitebridge.resource   
org.gcube.informationsystem.glitebridge.resource.storageelement   
 

Uses of StorageElement.SATypeEnum in org.gcube.informationsystem.glitebridge.resource
 

Methods in org.gcube.informationsystem.glitebridge.resource that return StorageElement.SATypeEnum
static StorageElement.SATypeEnum StorageElement.SATypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StorageElement.SATypeEnum[] StorageElement.SATypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of StorageElement.SATypeEnum in org.gcube.informationsystem.glitebridge.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement that return StorageElement.SATypeEnum
 StorageElement.SATypeEnum StorageAreaType.getType()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement with parameters of type StorageElement.SATypeEnum
 void StorageAreaType.setType(StorageElement.SATypeEnum type)