|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mrami.libre.ClassGenerator.input.types.DirectionType
Direction of a transfer object (in, out, inout)
| Field Summary | |
static DirectionType |
IN
The instance of the in type |
static int |
IN_TYPE
The in type |
static DirectionType |
INOUT
The instance of the inout type |
static int |
INOUT_TYPE
The inout type |
static DirectionType |
OUT
The instance of the out type |
static int |
OUT_TYPE
The out type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of DirectionType |
int |
getType()
Method getType Returns the type of this DirectionType |
java.lang.String |
toString()
Method toString Returns the String representation of this DirectionType |
static DirectionType |
valueOf(java.lang.String string)
Method valueOf Returns a new DirectionType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int IN_TYPE
public static final DirectionType IN
public static final int OUT_TYPE
public static final DirectionType OUT
public static final int INOUT_TYPE
public static final DirectionType INOUT
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static DirectionType valueOf(java.lang.String string)
string -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||