Uses of Class
org.gcube.informationsystem.glitebridge.resource.site.StorageDeviceType

Packages that use StorageDeviceType
org.gcube.informationsystem.glitebridge.kimpl.site   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of StorageDeviceType in org.gcube.informationsystem.glitebridge.kimpl.site
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site that return StorageDeviceType
static StorageDeviceType KStorageDeviceType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.site with parameters of type StorageDeviceType
static void KStorageDeviceType.store(StorageDeviceType storageDeviceType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of StorageDeviceType in org.gcube.informationsystem.glitebridge.resource.site
 

Methods in org.gcube.informationsystem.glitebridge.resource.site that return types with arguments of type StorageDeviceType
 java.util.List<StorageDeviceType> HostType.getStorageDevice()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type StorageDeviceType
 void HostType.setStorageDevice(java.util.List<StorageDeviceType> storageDevice)