org.omg.CosNotification
Class PropertyRange

java.lang.Object
  extended byorg.omg.CosNotification.PropertyRange
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class PropertyRange
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "PropertyRange"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 Any high_val
           
 Any low_val
           
 
Constructor Summary
PropertyRange()
           
PropertyRange(Any low_val, Any high_val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

low_val

public Any low_val

high_val

public Any high_val
Constructor Detail

PropertyRange

public PropertyRange()

PropertyRange

public PropertyRange(Any low_val,
                     Any high_val)