g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base
Class ProcessorArchitectureEnumeration

java.lang.Object
  extended by AbstractEnumerator
      extended by eu.geclipse.jsdl.model.base.ProcessorArchitectureEnumeration

public final class ProcessorArchitectureEnumeration
extends AbstractEnumerator

A representation of the literals of the enumeration 'Processor Architecture Enumeration', and utility methods for working with them.

See Also:
JsdlPackage.getProcessorArchitectureEnumeration()

Field Summary
static int ARM
          The 'Arm' literal value
static ProcessorArchitectureEnumeration ARM_LITERAL
          The 'Arm' literal object
static int IA64
          The 'Ia64' literal value
static ProcessorArchitectureEnumeration IA64_LITERAL
          The 'Ia64' literal object
static int MIPS
          The 'Mips' literal value
static ProcessorArchitectureEnumeration MIPS_LITERAL
          The 'Mips' literal object
static int OTHER
          The 'Other' literal value
static ProcessorArchitectureEnumeration OTHER_LITERAL
          The 'Other' literal object
static int PARISC
          The 'Parisc' literal value
static ProcessorArchitectureEnumeration PARISC_LITERAL
          The 'Parisc' literal object
static int POWERPC
          The 'Powerpc' literal value
static ProcessorArchitectureEnumeration POWERPC_LITERAL
          The 'Powerpc' literal object
static int SPARC
          The 'Sparc' literal value
static ProcessorArchitectureEnumeration SPARC_LITERAL
          The 'Sparc' literal object
static java.util.List VALUES
          A public read-only list of all the 'Processor Architecture Enumeration' enumerators
static int X86
          The 'X86' literal value
static ProcessorArchitectureEnumeration X86_LITERAL
          The 'X86' literal object
static int X8632
          The 'X8632' literal value
static ProcessorArchitectureEnumeration X8632_LITERAL
          The 'X8632' literal object
static int X8664
          The 'X8664' literal value
static ProcessorArchitectureEnumeration X8664_LITERAL
          The 'X8664' literal object
 
Method Summary
static ProcessorArchitectureEnumeration get(int value)
          Returns the 'Processor Architecture Enumeration' literal with the specified integer value
static ProcessorArchitectureEnumeration get(java.lang.String literal)
          Returns the 'Processor Architecture Enumeration' literal with the specified literal value
static ProcessorArchitectureEnumeration getByName(java.lang.String name)
          Returns the 'Processor Architecture Enumeration' literal with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPARC

public static final int SPARC
The 'Sparc' literal value.

If the meaning of 'Sparc' literal object isn't clear, there really should be more of a description here...

See Also:
SPARC_LITERAL, Constant Field Values

POWERPC

public static final int POWERPC
The 'Powerpc' literal value.

If the meaning of 'Powerpc' literal object isn't clear, there really should be more of a description here...

See Also:
POWERPC_LITERAL, Constant Field Values

X86

public static final int X86
The 'X86' literal value.

If the meaning of 'X86' literal object isn't clear, there really should be more of a description here...

See Also:
X86_LITERAL, Constant Field Values

X8632

public static final int X8632
The 'X8632' literal value.

If the meaning of 'X8632' literal object isn't clear, there really should be more of a description here...

See Also:
X8632_LITERAL, Constant Field Values

X8664

public static final int X8664
The 'X8664' literal value.

If the meaning of 'X8664' literal object isn't clear, there really should be more of a description here...

See Also:
X8664_LITERAL, Constant Field Values

PARISC

public static final int PARISC
The 'Parisc' literal value.

If the meaning of 'Parisc' literal object isn't clear, there really should be more of a description here...

See Also:
PARISC_LITERAL, Constant Field Values

MIPS

public static final int MIPS
The 'Mips' literal value.

If the meaning of 'Mips' literal object isn't clear, there really should be more of a description here...

See Also:
MIPS_LITERAL, Constant Field Values

IA64

public static final int IA64
The 'Ia64' literal value.

If the meaning of 'Ia64' literal object isn't clear, there really should be more of a description here...

See Also:
IA64_LITERAL, Constant Field Values

ARM

public static final int ARM
The 'Arm' literal value.

If the meaning of 'Arm' literal object isn't clear, there really should be more of a description here...

See Also:
ARM_LITERAL, Constant Field Values

OTHER

public static final int OTHER
The 'Other' literal value.

If the meaning of 'Other' literal object isn't clear, there really should be more of a description here...

See Also:
OTHER_LITERAL, Constant Field Values

SPARC_LITERAL

public static final ProcessorArchitectureEnumeration SPARC_LITERAL
The 'Sparc' literal object.

See Also:
SPARC

POWERPC_LITERAL

public static final ProcessorArchitectureEnumeration POWERPC_LITERAL
The 'Powerpc' literal object.

See Also:
POWERPC

X86_LITERAL

public static final ProcessorArchitectureEnumeration X86_LITERAL
The 'X86' literal object.

See Also:
X86

X8632_LITERAL

public static final ProcessorArchitectureEnumeration X8632_LITERAL
The 'X8632' literal object.

See Also:
X8632

X8664_LITERAL

public static final ProcessorArchitectureEnumeration X8664_LITERAL
The 'X8664' literal object.

See Also:
X8664

PARISC_LITERAL

public static final ProcessorArchitectureEnumeration PARISC_LITERAL
The 'Parisc' literal object.

See Also:
PARISC

MIPS_LITERAL

public static final ProcessorArchitectureEnumeration MIPS_LITERAL
The 'Mips' literal object.

See Also:
MIPS

IA64_LITERAL

public static final ProcessorArchitectureEnumeration IA64_LITERAL
The 'Ia64' literal object.

See Also:
IA64

ARM_LITERAL

public static final ProcessorArchitectureEnumeration ARM_LITERAL
The 'Arm' literal object.

See Also:
ARM

OTHER_LITERAL

public static final ProcessorArchitectureEnumeration OTHER_LITERAL
The 'Other' literal object.

See Also:
OTHER

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Processor Architecture Enumeration' enumerators.

Method Detail

get

public static ProcessorArchitectureEnumeration get(java.lang.String literal)
Returns the 'Processor Architecture Enumeration' literal with the specified literal value.


getByName

public static ProcessorArchitectureEnumeration getByName(java.lang.String name)
Returns the 'Processor Architecture Enumeration' literal with the specified name.


get

public static ProcessorArchitectureEnumeration get(int value)
Returns the 'Processor Architecture Enumeration' literal with the specified integer value.


g-Eclipse
Release 1.0.0