g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Class ProcessorArchitectureEnumeration

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

Deprecated. This interface is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base

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
          Deprecated. The 'Arm' literal value
static ProcessorArchitectureEnumeration ARM_LITERAL
          Deprecated. The 'Arm' literal object
static int IA64
          Deprecated. The 'Ia64' literal value
static ProcessorArchitectureEnumeration IA64_LITERAL
          Deprecated. The 'Ia64' literal object
static int MIPS
          Deprecated. The 'Mips' literal value
static ProcessorArchitectureEnumeration MIPS_LITERAL
          Deprecated. The 'Mips' literal object
static int OTHER
          Deprecated. The 'Other' literal value
static ProcessorArchitectureEnumeration OTHER_LITERAL
          Deprecated. The 'Other' literal object
static int PARISC
          Deprecated. The 'Parisc' literal value
static ProcessorArchitectureEnumeration PARISC_LITERAL
          Deprecated. The 'Parisc' literal object
static int POWERPC
          Deprecated. The 'Powerpc' literal value
static ProcessorArchitectureEnumeration POWERPC_LITERAL
          Deprecated. The 'Powerpc' literal object
static int SPARC
          Deprecated. The 'Sparc' literal value
static ProcessorArchitectureEnumeration SPARC_LITERAL
          Deprecated. The 'Sparc' literal object
static java.util.List VALUES
          Deprecated. A public read-only list of all the 'Processor Architecture Enumeration' enumerators
static int X86
          Deprecated. The 'X86' literal value
static ProcessorArchitectureEnumeration X86_LITERAL
          Deprecated. The 'X86' literal object
static int X8632
          Deprecated. The 'X8632' literal value
static ProcessorArchitectureEnumeration X8632_LITERAL
          Deprecated. The 'X8632' literal object
static int X8664
          Deprecated. The 'X8664' literal value
static ProcessorArchitectureEnumeration X8664_LITERAL
          Deprecated. The 'X8664' literal object
 
Method Summary
static ProcessorArchitectureEnumeration get(int value)
          Deprecated. Returns the 'Processor Architecture Enumeration' literal with the specified integer value
static ProcessorArchitectureEnumeration get(java.lang.String literal)
          Deprecated. Returns the 'Processor Architecture Enumeration' literal with the specified literal value
static ProcessorArchitectureEnumeration getByName(java.lang.String name)
          Deprecated. 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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
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
Deprecated. 
The 'Sparc' literal object.

See Also:
SPARC

POWERPC_LITERAL

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

See Also:
POWERPC

X86_LITERAL

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

See Also:
X86

X8632_LITERAL

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

See Also:
X8632

X8664_LITERAL

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

See Also:
X8664

PARISC_LITERAL

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

See Also:
PARISC

MIPS_LITERAL

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

See Also:
MIPS

IA64_LITERAL

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

See Also:
IA64

ARM_LITERAL

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

See Also:
ARM

OTHER_LITERAL

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

See Also:
OTHER

VALUES

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

Method Detail

get

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


getByName

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


get

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


g-Eclipse
Release 1.0.0