org.openorb.pss.compiler.reflect
Class psdlType

java.lang.Object
  extended by org.openorb.compiler.idl.reflect.idlType
      extended by org.openorb.pss.compiler.reflect.psdlType

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

This class provides all PSDL Object type.

Author:
Jerome Daniel

Field Summary
static int ABSTRACT_STORAGEHOME
           
static int ABSTRACT_STORAGETYPE
           
static int CATALOG
           
static int KEY
           
static int LOCAL_OPERATION
           
static int PRIMARY_KEY
           
static int PROVIDES
           
static int PSDL_FACTORY
           
static int PSDL_STATE
           
static int REF
           
static int STORAGE_HOME
           
static int STORAGE_TYPE
           
static int STORE
           
 
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
psdlType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ABSTRACT_STORAGETYPE

public static final int ABSTRACT_STORAGETYPE
See Also:
Constant Field Values

ABSTRACT_STORAGEHOME

public static final int ABSTRACT_STORAGEHOME
See Also:
Constant Field Values

CATALOG

public static final int CATALOG
See Also:
Constant Field Values

PSDL_FACTORY

public static final int PSDL_FACTORY
See Also:
Constant Field Values

KEY

public static final int KEY
See Also:
Constant Field Values

LOCAL_OPERATION

public static final int LOCAL_OPERATION
See Also:
Constant Field Values

PRIMARY_KEY

public static final int PRIMARY_KEY
See Also:
Constant Field Values

PROVIDES

public static final int PROVIDES
See Also:
Constant Field Values

REF

public static final int REF
See Also:
Constant Field Values

PSDL_STATE

public static final int PSDL_STATE
See Also:
Constant Field Values

STORAGE_HOME

public static final int STORAGE_HOME
See Also:
Constant Field Values

STORAGE_TYPE

public static final int STORAGE_TYPE
See Also:
Constant Field Values

STORE

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

psdlType

public psdlType()