com.mrami.libre.ClassGenerator.input.types
Class DirectionType

java.lang.Object
  extended bycom.mrami.libre.ClassGenerator.input.types.DirectionType
All Implemented Interfaces:
java.io.Serializable

public class DirectionType
extends java.lang.Object
implements java.io.Serializable

Direction of a transfer object (in, out, inout)

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

IN_TYPE

public static final int IN_TYPE
The in type

See Also:
Constant Field Values

IN

public static final DirectionType IN
The instance of the in type


OUT_TYPE

public static final int OUT_TYPE
The out type

See Also:
Constant Field Values

OUT

public static final DirectionType OUT
The instance of the out type


INOUT_TYPE

public static final int INOUT_TYPE
The inout type

See Also:
Constant Field Values

INOUT

public static final DirectionType INOUT
The instance of the inout type

Method Detail

enumerate

public static java.util.Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of DirectionType

Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this DirectionType

Returns:
int

toString

public java.lang.String toString()
Method toString Returns the String representation of this DirectionType

Returns:
String

valueOf

public static DirectionType valueOf(java.lang.String string)
Method valueOf Returns a new DirectionType based on the given String value.

Parameters:
string -
Returns:
DirectionType