Uses of Class
org.gcube.informationsystem.glitebridge.resource.storageelement.StorageElementType

Packages that use StorageElementType
org.gcube.informationsystem.glitebridge.harvester.resource.storageelement   
org.gcube.informationsystem.glitebridge.kimpl.storageelement   
org.gcube.informationsystem.glitebridge.resource   
 

Uses of StorageElementType in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.harvester.resource.storageelement that return types with arguments of type StorageElementType
static java.util.List<StorageElementType> StorageElementTypeHarvester.harvestDetails(KeyValueCouple<java.lang.String,java.lang.String>... couples)
           
 

Uses of StorageElementType in org.gcube.informationsystem.glitebridge.kimpl.storageelement
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement that return StorageElementType
static StorageElementType KStorageElementType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.storageelement with parameters of type StorageElementType
static void KStorageElementType.store(StorageElementType storageElementType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of StorageElementType in org.gcube.informationsystem.glitebridge.resource
 

Methods in org.gcube.informationsystem.glitebridge.resource that return StorageElementType
 StorageElementType StorageElement.getStorageElement()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource with parameters of type StorageElementType
 void StorageElement.setStorageElement(StorageElementType storageElement)