|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNotification.PropertyRange
public final class PropertyRange
This structure is an interval containing a low value and a high value.
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 |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public org.omg.CORBA.Any low_val
public org.omg.CORBA.Any high_val
Constructor Detail |
---|
public PropertyRange()
public PropertyRange(org.omg.CORBA.Any low_val, org.omg.CORBA.Any high_val)
low_val
- low_val struct memberhigh_val
- high_val struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |