org.omg.CosPropertyService
Class PropertyMode

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

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

A PropertyMode is a two tuple of: <property_name, property_mode_type>.

The PropertyMode data type is used in the PropertySetDef interface and provides clients access and control of property metadata.

See Also:
Serialized Form

Field Summary
 PropertyModeType property_mode
          Struct member property_mode
 java.lang.String property_name
          Struct member property_name
 
Constructor Summary
PropertyMode()
          Default constructor
PropertyMode(java.lang.String property_name, PropertyModeType property_mode)
          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_mode

public PropertyModeType property_mode
Struct member property_mode

Constructor Detail

PropertyMode

public PropertyMode()
Default constructor


PropertyMode

public PropertyMode(java.lang.String property_name,
                    PropertyModeType property_mode)
Constructor with fields initialization

Parameters:
property_name - property_name struct member
property_mode - property_mode struct member