Uses of Class
org.gcube.informationsystem.glitebridge.resource.commontype.OperatingSystemType

Packages that use OperatingSystemType
org.gcube.informationsystem.glitebridge.kimpl.commontype   
org.gcube.informationsystem.glitebridge.resource.cluster   
org.gcube.informationsystem.glitebridge.resource.site   
 

Uses of OperatingSystemType in org.gcube.informationsystem.glitebridge.kimpl.commontype
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype that return OperatingSystemType
static OperatingSystemType KOperatingSystemType.load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
 

Methods in org.gcube.informationsystem.glitebridge.kimpl.commontype with parameters of type OperatingSystemType
static void KOperatingSystemType.store(OperatingSystemType operatingSystemType, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.cluster that return OperatingSystemType
 OperatingSystemType SubClusterType.getOperatingSystem()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.cluster with parameters of type OperatingSystemType
 void SubClusterType.setOperatingSystem(OperatingSystemType operatingSystem)
           
 

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

Methods in org.gcube.informationsystem.glitebridge.resource.site that return OperatingSystemType
 OperatingSystemType HostType.getOperatingSystem()
           
 

Methods in org.gcube.informationsystem.glitebridge.resource.site with parameters of type OperatingSystemType
 void HostType.setOperatingSystem(OperatingSystemType operatingSystem)