org.omg.CosPropertyService
Class PropertyMode

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

public final class PropertyMode
extends java.lang.Object
implements IDLEntity

Generated from IDL struct "PropertyMode".

Version:
generated at Mar 21, 2012 11:04:33 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 PropertyModeType property_mode
           
 java.lang.String property_name
           
 
Constructor Summary
PropertyMode()
           
PropertyMode(java.lang.String property_name, PropertyModeType property_mode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

property_name

public java.lang.String property_name

property_mode

public PropertyModeType property_mode
Constructor Detail

PropertyMode

public PropertyMode()

PropertyMode

public PropertyMode(java.lang.String property_name,
                    PropertyModeType property_mode)