org.omg.CosNotification

Class PropertyRange

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

Field Summary

Any
high_val
Any
low_val

Constructor Summary

PropertyRange()
PropertyRange(Any low_val, Any high_val)

Field Details

high_val

public Any high_val


low_val

public Any low_val

Constructor Details

PropertyRange

public PropertyRange()


PropertyRange

public PropertyRange(Any low_val,
                     Any high_val)