com.inprise.vbroker.ServerManager.ContainerPackage
Class Property
java.lang.Object
com.inprise.vbroker.ServerManager.ContainerPackage.Property
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class Property
- extends java.lang.Object
- implements IDLEntity
Stores the information about a Property.
- See Also:
- Serialized Form
Field Summary |
java.lang.String |
name
Name of the property. |
RWStatus |
rw_status
Read-Write status of the property. |
Any |
value
Value of the property stored in a CORBA::Any |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
- Name of the property.
value
public Any value
- Value of the property stored in a
CORBA::Any
rw_status
public RWStatus rw_status
- Read-Write status of the property.
Property
public Property()
Property
public Property(java.lang.String name,
Any value,
RWStatus rw_status)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Read the latest documentation online