TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.datapool
Class DPLRole

java.lang.Object
  extended byorg.eclipse.emf.common.util.AbstractEnumerator
      extended byorg.eclipse.hyades.models.common.datapool.DPLRole
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class DPLRole
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'DPL Role', and utility methods for working with them.

See Also:
Common_DatapoolPackage.getDPLRole()
Generated
[EMF] Model

Field Summary
static java.lang.String copyright
           
static int INPUT_DATA
          The 'Input Data' literal value
static DPLRole INPUT_DATA_LITERAL
          The 'Input Data' literal object
static int INPUT_OUTPUT_DATA
          The 'Input Output Data' literal value
static DPLRole INPUT_OUTPUT_DATA_LITERAL
          The 'Input Output Data' literal object
static int OUTPUT_DATA
          The 'Output Data' literal value
static DPLRole OUTPUT_DATA_LITERAL
          The 'Output Data' literal object
static int UNSPECIFIED_DATA
          The 'Unspecified Data' literal value
static DPLRole UNSPECIFIED_DATA_LITERAL
          The 'Unspecified Data' literal object
static java.util.List VALUES
          A public read-only list of all the 'DPL Role' enumerators
 
Method Summary
static DPLRole get(int value)
          Returns the 'DPL Role' literal with the specified integer value
static DPLRole get(java.lang.String literal)
          Returns the 'DPL Role' literal with the specified literal value
static DPLRole getByName(java.lang.String name)
          Returns the 'DPL Role' literal with the specified name
 
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator
getLiteral, getName, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated

UNSPECIFIED_DATA

public static final int UNSPECIFIED_DATA
The 'Unspecified Data' literal value.

See Also:
UNSPECIFIED_DATA_LITERAL, Constant Field Values
Generated
[EMF] Model
name="UnspecifiedData"
[EMF] Ordered

INPUT_DATA

public static final int INPUT_DATA
The 'Input Data' literal value.

See Also:
INPUT_DATA_LITERAL, Constant Field Values
Generated
[EMF] Model
name="InputData"
[EMF] Ordered

OUTPUT_DATA

public static final int OUTPUT_DATA
The 'Output Data' literal value.

See Also:
OUTPUT_DATA_LITERAL, Constant Field Values
Generated
[EMF] Model
name="OutputData"
[EMF] Ordered

INPUT_OUTPUT_DATA

public static final int INPUT_OUTPUT_DATA
The 'Input Output Data' literal value.

See Also:
INPUT_OUTPUT_DATA_LITERAL, Constant Field Values
Generated
[EMF] Model
name="InputOutputData"
[EMF] Ordered

UNSPECIFIED_DATA_LITERAL

public static final DPLRole UNSPECIFIED_DATA_LITERAL
The 'Unspecified Data' literal object.

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

See Also:
UNSPECIFIED_DATA
Generated
[EMF] Ordered

INPUT_DATA_LITERAL

public static final DPLRole INPUT_DATA_LITERAL
The 'Input Data' literal object.

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

See Also:
INPUT_DATA
Generated
[EMF] Ordered

OUTPUT_DATA_LITERAL

public static final DPLRole OUTPUT_DATA_LITERAL
The 'Output Data' literal object.

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

See Also:
OUTPUT_DATA
Generated
[EMF] Ordered

INPUT_OUTPUT_DATA_LITERAL

public static final DPLRole INPUT_OUTPUT_DATA_LITERAL
The 'Input Output Data' literal object.

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

See Also:
INPUT_OUTPUT_DATA
Generated
[EMF] Ordered

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'DPL Role' enumerators.

Generated
Method Detail

get

public static DPLRole get(java.lang.String literal)
Returns the 'DPL Role' literal with the specified literal value.

Generated

getByName

public static DPLRole getByName(java.lang.String name)
Returns the 'DPL Role' literal with the specified name.

Generated

get

public static DPLRole get(int value)
Returns the 'DPL Role' literal with the specified integer value.

Generated

TPTP 4.2.0 Platform Project
Public API Specification