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

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

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

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

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

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement that return StorageElement.SEArchitectureEnum
 StorageElement.SEArchitectureEnum StorageElementType.getArchitecture()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.storageelement with parameters of type StorageElement.SEArchitectureEnum
 void StorageElementType.setArchitecture(StorageElement.SEArchitectureEnum architecture)