org.openorb.compiler.idl.reflect
Class idlType
java.lang.Object
org.openorb.compiler.idl.reflect.idlType
- public class idlType
- extends java.lang.Object
This class provides all IDL Object type.
- Version:
- $Revision: 1.1 $ $Date: 2000/12/28 22:52:40 $
- Author:
- Jerome Daniel <daniel@intalio.com>
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
MODULE
public static final int MODULE
- See Also:
- Constant Field Values
ENUM
public static final int ENUM
- See Also:
- Constant Field Values
STRUCT
public static final int STRUCT
- See Also:
- Constant Field Values
STRUCT_MEMBER
public static final int STRUCT_MEMBER
- See Also:
- Constant Field Values
UNION
public static final int UNION
- See Also:
- Constant Field Values
UNION_MEMBER
public static final int UNION_MEMBER
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
WSTRING
public static final int WSTRING
- See Also:
- Constant Field Values
CONST
public static final int CONST
- See Also:
- Constant Field Values
PRIMITIVE
public static final int PRIMITIVE
- See Also:
- Constant Field Values
SEQUENCE
public static final int SEQUENCE
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
TYPEDEF
public static final int TYPEDEF
- See Also:
- Constant Field Values
EXCEPTION
public static final int EXCEPTION
- See Also:
- Constant Field Values
INTERFACE
public static final int INTERFACE
- See Also:
- Constant Field Values
OPERATION
public static final int OPERATION
- See Also:
- Constant Field Values
ATTRIBUTE
public static final int ATTRIBUTE
- See Also:
- Constant Field Values
PARAM
public static final int PARAM
- See Also:
- Constant Field Values
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
NATIVE
public static final int NATIVE
- See Also:
- Constant Field Values
FIXED
public static final int FIXED
- See Also:
- Constant Field Values
VALUEBOX
public static final int VALUEBOX
- See Also:
- Constant Field Values
VALUE
public static final int VALUE
- See Also:
- Constant Field Values
STATE
public static final int STATE
- See Also:
- Constant Field Values
FACTORY
public static final int FACTORY
- See Also:
- Constant Field Values
idlType
public idlType()