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

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

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

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

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

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

Methods in org.gcube.informationsystem.glitebridge.resource.site that return HostArchitectureFullType
 HostArchitectureFullType HostType.getArchitecture()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type HostArchitectureFullType
 void HostType.setArchitecture(HostArchitectureFullType architecture)