VisiBroker for Java

com.inprise.vbroker.ServerManager.ContainerPackage
Class Property

java.lang.Object
  extended by 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
 
Constructor Summary
Property()
           
Property(java.lang.String name, Any value, RWStatus rw_status)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

Property

public Property()

Property

public Property(java.lang.String name,
                Any value,
                RWStatus rw_status)
Method Detail

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

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online