org.openorb.trader.compiler.reflect
Class Type

java.lang.Object
  extended by org.openorb.compiler.idl.reflect.idlType
      extended by org.openorb.trader.compiler.reflect.Type

public class Type
extends org.openorb.compiler.idl.reflect.idlType


Field Summary
static int PROPERTY
           
static int SERVICE
           
 
Fields inherited from class org.openorb.compiler.idl.reflect.idlType
ARRAY, ATTRIBUTE, CONST, ENUM, EXCEPTION, FACTORY, FIXED, IDENTIFIER, INTERFACE, MODULE, NATIVE, OPERATION, PARAM, PRIMITIVE, SEQUENCE, STATE, STRING, STRUCT, STRUCT_MEMBER, TYPEDEF, UNION, UNION_MEMBER, UNKNOWN, VALUE, VALUEBOX, WSTRING
 
Constructor Summary
Type()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE

public static final int SERVICE
See Also:
Constant Field Values

PROPERTY

public static final int PROPERTY
See Also:
Constant Field Values
Constructor Detail

Type

public Type()