org.openorb.compiler.idl.reflect
Interface idlValueBox

All Superinterfaces:
idlObject
All Known Implementing Classes:
IdlValueBox

public interface idlValueBox
extends idlObject

This interface is implemented by the IDL object that represents an IDL value box.

Version:
$Revision: 1.4 $ $Date: 2002/08/21 08:19:21 $
Author:
Jerome Daniel

Method Summary
 boolean isPrimitive()
          Return TRUE if the value box type is a primitive type
 idlObject original()
          Return the original type
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

isPrimitive

public boolean isPrimitive()
Return TRUE if the value box type is a primitive type

original

public idlObject original()
Return the original type