org.openorb.compiler.idl.reflect
Interface  idlConst
- All Superinterfaces: 
- idlObject
- All Known Implementing Classes: 
- IdlConst
- public interface idlConst- extends idlObject
This interface is implemented by all objects that represent an IDL constant
- Version: 
- $Revision: 1.4 $ $Date: 2002/08/21 08:19:21 $
- Author: 
- Jerome Daniel
 
 
expression
public java.lang.String expression()
- Return the constant expression- 
 
value
public java.lang.Object value()
- Return the constant value- 
 
constantType
public idlObject constantType()
- Return the constant type-