org.omg.CosNotification
Class PropertyError
java.lang.Object
|
+--org.omg.CosNotification.PropertyError
- All Implemented Interfaces:
- org.omg.CORBA.portable.IDLEntity, java.io.Serializable
- public final class PropertyError
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
This struture symbolizes an error on a Property. It is composed of an ErrorCode, the property
name on which the error occurs and the range of available values.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
code
public QoSError_code code
- Struct member code
name
public java.lang.String name
- Struct member name
available_range
public PropertyRange available_range
- Struct member available_range
PropertyError
public PropertyError()
- Default constructor
PropertyError
public PropertyError(QoSError_code code,
java.lang.String name,
PropertyRange available_range)
- Constructor with fields initialization
- Parameters:
code - code struct membername - name struct memberavailable_range - available_range struct member