Uses of Class
eu.xtreemos.xosd.resmng.data.OperatingSystemType

Packages that use OperatingSystemType
eu.xtreemos.xosd.resmng.data   
 

Uses of OperatingSystemType in eu.xtreemos.xosd.resmng.data
 

Fields in eu.xtreemos.xosd.resmng.data declared as OperatingSystemType
private  OperatingSystemType JobDescription.ostype
           
 

Methods in eu.xtreemos.xosd.resmng.data that return OperatingSystemType
 OperatingSystemType JobDescription.getOstype()
           
static OperatingSystemType OperatingSystemType.String2OSType(java.lang.String osString)
           
static OperatingSystemType OperatingSystemType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatingSystemType[] OperatingSystemType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.xtreemos.xosd.resmng.data with parameters of type OperatingSystemType
 java.lang.String OperatingSystemType.OSType2String(OperatingSystemType osType)
           
 void JobDescription.setOstype(OperatingSystemType ostype)