org.omg.CosNotification
Class PropertyRange

java.lang.Object
  |
  +--org.omg.CosNotification.PropertyRange
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class PropertyRange
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

This structure is an interval containing a low value and a high value.

See Also:
Serialized Form

Field Summary
 org.omg.CORBA.Any high_val
          Struct member high_val
 org.omg.CORBA.Any low_val
          Struct member low_val
 
Constructor Summary
PropertyRange()
          Default constructor
PropertyRange(org.omg.CORBA.Any low_val, org.omg.CORBA.Any high_val)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

low_val

public org.omg.CORBA.Any low_val
Struct member low_val

high_val

public org.omg.CORBA.Any high_val
Struct member high_val
Constructor Detail

PropertyRange

public PropertyRange()
Default constructor

PropertyRange

public PropertyRange(org.omg.CORBA.Any low_val,
                     org.omg.CORBA.Any high_val)
Constructor with fields initialization
Parameters:
low_val - low_val struct member
high_val - high_val struct member