eu.xtreemos.xosd.xmlextractor.constants
Class JSDLConstants.CompoundConstants

java.lang.Object
  extended by eu.xtreemos.xosd.xmlextractor.constants.JSDLConstants.CompoundConstants
Enclosing class:
JSDLConstants

public class JSDLConstants.CompoundConstants
extends java.lang.Object


Field Summary
static java.lang.String CPUArchitecture
           
static java.lang.String CPUArchitectureName
           
static java.lang.String Delim
           
static java.lang.String IndividualCPUCount
           
static java.lang.String IndividualCPUSpeed
           
static java.lang.String IndividualPhysicalMemory
           
static java.lang.String JobDescription
           
static java.lang.String JobIdentification
           
static java.lang.String OperatingSystem
           
static java.lang.String OperatingSystemName
           
static java.lang.String OperatingSystemType
           
static java.lang.String OperatingSystemVersion
           
static java.lang.String Resources
           
 
Constructor Summary
JSDLConstants.CompoundConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Delim

public static final java.lang.String Delim
See Also:
Constant Field Values

JobDescription

public static final java.lang.String JobDescription
See Also:
Constant Field Values

JobIdentification

public static final java.lang.String JobIdentification
See Also:
Constant Field Values

Resources

public static final java.lang.String Resources
See Also:
Constant Field Values

CPUArchitecture

public static final java.lang.String CPUArchitecture
See Also:
Constant Field Values

CPUArchitectureName

public static final java.lang.String CPUArchitectureName
See Also:
Constant Field Values

OperatingSystem

public static final java.lang.String OperatingSystem
See Also:
Constant Field Values

OperatingSystemType

public static final java.lang.String OperatingSystemType
See Also:
Constant Field Values

OperatingSystemName

public static final java.lang.String OperatingSystemName
See Also:
Constant Field Values

OperatingSystemVersion

public static final java.lang.String OperatingSystemVersion
See Also:
Constant Field Values

IndividualPhysicalMemory

public static final java.lang.String IndividualPhysicalMemory
See Also:
Constant Field Values

IndividualCPUSpeed

public static final java.lang.String IndividualCPUSpeed
See Also:
Constant Field Values

IndividualCPUCount

public static final java.lang.String IndividualCPUCount
See Also:
Constant Field Values
Constructor Detail

JSDLConstants.CompoundConstants

public JSDLConstants.CompoundConstants()