eu.xtreemos.xosd.xmlextractor.constants
Class JSDLConstants

java.lang.Object
  extended by eu.xtreemos.xosd.xmlextractor.constants.JSDLConstants

public class JSDLConstants
extends java.lang.Object

A class containing contants of keys for GLUE v12 XML.

Version:
0.01 Only the most relevant strings are present.
Author:
Matej

Nested Class Summary
 class JSDLConstants.CompoundConstants
           
 class JSDLConstants.RangeValue_TypeConstants
           
 
Field Summary
static java.lang.String CPUArchitecture
           
static java.lang.String CPUArchitectureName
           
static java.lang.String IndividualCPUCount
           
static java.lang.String IndividualCPUSpeed
           
static java.lang.String IndividualPhysicalMemory
           
static java.lang.String JobDefinition
           
static java.lang.String JobDescription
           
static java.lang.String JobIdentification
           
static java.lang.String NetworkSchemeDef
          Where is the scheme of the Network.
static java.lang.String OperatingSystem
           
static java.lang.String OperatingSystemName
           
static java.lang.String OperatingSystemType
           
static java.lang.String[] OperatingSystemTypeEnumeration
           
static java.lang.String OperatingSystemVersion
           
static java.lang.String[] ProcessorArchitectureEnumeration
           
static java.lang.String Resources
           
 
Constructor Summary
JSDLConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NetworkSchemeDef

public static final java.lang.String NetworkSchemeDef
Where is the scheme of the Network.

See Also:
Constant Field Values

JobDefinition

public static final java.lang.String JobDefinition
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

OperatingSystem

public static final java.lang.String OperatingSystem
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

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

IndividualPhysicalMemory

public static final java.lang.String IndividualPhysicalMemory
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

OperatingSystemTypeEnumeration

public static final java.lang.String[] OperatingSystemTypeEnumeration

ProcessorArchitectureEnumeration

public static final java.lang.String[] ProcessorArchitectureEnumeration
Constructor Detail

JSDLConstants

public JSDLConstants()