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

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

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

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

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

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

Methods in org.gcube.informationsystem.glitebridge.resource.site that return LoadType
 LoadType HostType.getLoad()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type LoadType
 void HostType.setLoad(LoadType load)