org.omg.CosNotification

Class PropertyRange

public final class PropertyRange extends Object implements IDLEntity

This structure is an interval containing a low value and a high value.
Field Summary
Anyhigh_val
Struct member high_val
Anylow_val
Struct member low_val
Constructor Summary
PropertyRange()
Default constructor
PropertyRange(Any low_val, Any high_val)
Constructor with fields initialization

Field Detail

high_val

public Any high_val
Struct member high_val

low_val

public Any low_val
Struct member low_val

Constructor Detail

PropertyRange

public PropertyRange()
Default constructor

PropertyRange

public PropertyRange(Any low_val, Any high_val)
Constructor with fields initialization

Parameters: low_val low_val struct member high_val high_val struct member