org.openorb.pss.compiler.parser
Class PsdlType

java.lang.Object
  extended by org.openorb.compiler.parser.IdlType
      extended by org.openorb.pss.compiler.parser.PsdlType

public class PsdlType
extends org.openorb.compiler.parser.IdlType

this cass defines new type for PSDL

Author:
Jerome Daniel

Field Summary
static int e_abstract_storagehome
           
static int e_abstract_storagehome_forward
           
static int e_abstract_storagetype
           
static int e_abstract_storagetype_forward
           
static int e_abstract_storagetype_ref
           
static int e_catalog
           
static int e_key
           
static int e_local_op
           
static int e_primary_key
           
static int e_provides
           
static int e_psdlfactory
           
static int e_ref_rep
           
static int e_sequence_ref
           
static int e_state
           
static int e_storagehome
           
static int e_storagetype
           
static int e_storagetype_forward
           
static int e_store
           
 
Fields inherited from class org.openorb.compiler.parser.IdlType
e_any, e_array, e_attribute, e_const, e_context, e_enum, e_enum_member, e_exception, e_factory, e_factory_member, e_fixed, e_forward_interface, e_forward_value, e_ident, e_import, e_include, e_interface, e_module, e_native, e_operation, e_param, e_raises, e_root, e_sequence, e_simple, e_state_member, e_string, e_struct, e_struct_member, e_typedef, e_union, e_union_member, e_value, e_value_box, e_value_inheritance, e_wstring
 
Constructor Summary
PsdlType()
           
 
Method Summary
 
Methods inherited from class org.openorb.compiler.parser.IdlType
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

e_catalog

public static final int e_catalog
See Also:
Constant Field Values

e_local_op

public static final int e_local_op
See Also:
Constant Field Values

e_abstract_storagehome

public static final int e_abstract_storagehome
See Also:
Constant Field Values

e_abstract_storagehome_forward

public static final int e_abstract_storagehome_forward
See Also:
Constant Field Values

e_abstract_storagetype

public static final int e_abstract_storagetype
See Also:
Constant Field Values

e_abstract_storagetype_forward

public static final int e_abstract_storagetype_forward
See Also:
Constant Field Values

e_state

public static final int e_state
See Also:
Constant Field Values

e_abstract_storagetype_ref

public static final int e_abstract_storagetype_ref
See Also:
Constant Field Values

e_key

public static final int e_key
See Also:
Constant Field Values

e_psdlfactory

public static final int e_psdlfactory
See Also:
Constant Field Values

e_storagehome

public static final int e_storagehome
See Also:
Constant Field Values

e_store

public static final int e_store
See Also:
Constant Field Values

e_storagetype

public static final int e_storagetype
See Also:
Constant Field Values

e_storagetype_forward

public static final int e_storagetype_forward
See Also:
Constant Field Values

e_ref_rep

public static final int e_ref_rep
See Also:
Constant Field Values

e_primary_key

public static final int e_primary_key
See Also:
Constant Field Values

e_provides

public static final int e_provides
See Also:
Constant Field Values

e_sequence_ref

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

PsdlType

public PsdlType()