|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.hyades.models.common.datapool.DPLRole
A representation of the literals of the enumeration 'DPL Role', and utility methods for working with them.
Common_DatapoolPackage.getDPLRole()| 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 |
public static final java.lang.String copyright
public static final int UNSPECIFIED_DATA
UNSPECIFIED_DATA_LITERAL,
Constant Field Valuespublic static final int INPUT_DATA
INPUT_DATA_LITERAL,
Constant Field Valuespublic static final int OUTPUT_DATA
OUTPUT_DATA_LITERAL,
Constant Field Valuespublic static final int INPUT_OUTPUT_DATA
INPUT_OUTPUT_DATA_LITERAL,
Constant Field Valuespublic static final DPLRole UNSPECIFIED_DATA_LITERAL
If the meaning of 'Unspecified Data' literal object isn't clear, there really should be more of a description here...
UNSPECIFIED_DATApublic static final DPLRole INPUT_DATA_LITERAL
If the meaning of 'Input Data' literal object isn't clear, there really should be more of a description here...
INPUT_DATApublic static final DPLRole OUTPUT_DATA_LITERAL
If the meaning of 'Output Data' literal object isn't clear, there really should be more of a description here...
OUTPUT_DATApublic static final DPLRole INPUT_OUTPUT_DATA_LITERAL
If the meaning of 'Input Output Data' literal object isn't clear, there really should be more of a description here...
INPUT_OUTPUT_DATApublic static final java.util.List VALUES
| Method Detail |
public static DPLRole get(java.lang.String literal)
public static DPLRole getByName(java.lang.String name)
public static DPLRole get(int value)
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||