org.omg.CosPropertyService
Class Property

java.lang.Object
  extended by org.omg.CosPropertyService.Property
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class Property
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

A property is a two tuple of: <property_name, property_value>.

This data type is considered the base type for dealing with property data and is used throughout the PropertySet interface.

See Also:
Serialized Form

Field Summary
 java.lang.String property_name
          Struct member property_name
 org.omg.CORBA.Any property_value
          Struct member property_value
 
Constructor Summary
Property()
          Default constructor
Property(java.lang.String property_name, org.omg.CORBA.Any property_value)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property_name

public java.lang.String property_name
Struct member property_name


property_value

public org.omg.CORBA.Any property_value
Struct member property_value

Constructor Detail

Property

public Property()
Default constructor


Property

public Property(java.lang.String property_name,
                org.omg.CORBA.Any property_value)
Constructor with fields initialization

Parameters:
property_name - property_name struct member
property_value - property_value struct member