org.openorb.trader.compiler.reflect
Interface Property

All Superinterfaces:
org.openorb.compiler.idl.reflect.idlObject
All Known Implementing Classes:
STDLProperty

public interface Property
extends org.openorb.compiler.idl.reflect.idlObject


Method Summary
 boolean mandatory()
           
 org.openorb.compiler.idl.reflect.idlObject property_type()
           
 boolean readonly()
           
 
Methods inherited from interface org.openorb.compiler.idl.reflect.idlObject
containsObject, content, filter, idlConcreteType, idlDefinedIn, idlFinalType, idlID, idlName, idlType, included
 

Method Detail

mandatory

boolean mandatory()

readonly

boolean readonly()

property_type

org.openorb.compiler.idl.reflect.idlObject property_type()