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

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

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

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

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

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

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

Method parameters in org.gcube.informationsystem.glitebridge.resource.site with type arguments of type HostType
 void SiteType.setHost(java.util.List<HostType> host)