org.omg.CosNotification
Class PropertyRange

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

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

Generated from IDL struct "PropertyRange".

Version:
generated at Mar 21, 2012 11:04:31 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 Any high_val
           
 Any low_val
           
 
Constructor Summary
PropertyRange()
           
PropertyRange(Any low_val, Any high_val)
           
 
Method Summary
 
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)