| newprocess.Direction
Field Summary | |
Enum Constant | INCOMING The 'Incoming' literal object. | final public static int | INCOMING_VALUE The 'Incoming' literal value. | Enum Constant | OUTGOING The 'Outgoing' literal object. | final public static int | OUTGOING_VALUE The 'Outgoing' literal value. | final public static List<Direction> | VALUES A public read-only list of all the 'Direction' enumerators. |
INCOMING_VALUE | final public static int INCOMING_VALUE(Code) | | The 'Incoming' literal value.
If the meaning of 'Incoming' literal object isn't clear,
there really should be more of a description here...
See Also: Direction.INCOMING |
OUTGOING_VALUE | final public static int OUTGOING_VALUE(Code) | | The 'Outgoing' literal value.
If the meaning of 'Outgoing' literal object isn't clear,
there really should be more of a description here...
See Also: Direction.OUTGOING |
VALUES | final public static List<Direction> VALUES(Code) | | A public read-only list of all the 'Direction' enumerators.
|
get | public static Direction get(String literal)(Code) | | Returns the 'Direction' literal with the specified literal value.
|
get | public static Direction get(int value)(Code) | | Returns the 'Direction' literal with the specified integer value.
|
getByName | public static Direction getByName(String name)(Code) | | Returns the 'Direction' literal with the specified name.
|
getValue | public int getValue()(Code) | |
|
toString | public String toString()(Code) | | Returns the literal value of the enumerator, which is its string representation.
|
|
|