org.openorb.trader.compiler.objects

Class STDLProperty

public class STDLProperty extends IdlObject implements Property

This class provides a data container for properties.

Author: Jerome Daniel

Constructor Summary
STDLProperty(IdlObject father)
Method Summary
intidlType()
voidmandatory(boolean value)
booleanmandatory()
idlObjectproperty_type()
voidreadonly(boolean value)
booleanreadonly()

Constructor Detail

STDLProperty

public STDLProperty(IdlObject father)

Method Detail

idlType

public int idlType()

mandatory

public void mandatory(boolean value)

mandatory

public boolean mandatory()

property_type

public idlObject property_type()

readonly

public void readonly(boolean value)

readonly

public boolean readonly()