org.omg.CosNotification
Class NamedPropertyRange
java.lang.Object
|
+--org.omg.CosNotification.NamedPropertyRange
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class NamedPropertyRange
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
This structure links a PropertyName with a property range erpresenting all
possible values for this property.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
- Struct member name
range
public PropertyRange range
- Struct member range
NamedPropertyRange
public NamedPropertyRange()
- Default constructor
NamedPropertyRange
public NamedPropertyRange(java.lang.String name,
PropertyRange range)
- Constructor with fields initialization
- Parameters:
name - name struct memberrange - range struct member