Uses of Class
org.gcube.informationsystem.glitebridge.resource.cluster.LocationType

Packages that use LocationType
org.gcube.informationsystem.glitebridge.harvester.resource.cluster   
org.gcube.informationsystem.glitebridge.kimpl.cluster   
org.gcube.informationsystem.glitebridge.resource.cluster   
 

Uses of LocationType in org.gcube.informationsystem.glitebridge.harvester.resource.cluster
 

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

Uses of LocationType in org.gcube.informationsystem.glitebridge.kimpl.cluster
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster that return LocationType
static LocationType KLocationType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.cluster with parameters of type LocationType
static void KLocationType.store(LocationType locationType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

Uses of LocationType in org.gcube.informationsystem.glitebridge.resource.cluster
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return types with arguments of type LocationType
 java.util.List<LocationType> SubClusterType.getLocation()
           
 

Method parameters in org.gcube.informationsystem.glitebridge.resource.cluster with type arguments of type LocationType
 void SubClusterType.setLocation(java.util.List<LocationType> location)