org.omg.CosPropertyService
Class PropertyDef

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

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

Generated from IDL struct "PropertyDef".

Version:
generated at Mar 31, 2009 8:42:31 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 PropertyModeType property_mode
           
 java.lang.String property_name
           
 Any property_value
           
 
Constructor Summary
PropertyDef()
           
PropertyDef(java.lang.String property_name, Any property_value, 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_value

public Any property_value

property_mode

public PropertyModeType property_mode
Constructor Detail

PropertyDef

public PropertyDef()

PropertyDef

public PropertyDef(java.lang.String property_name,
                   Any property_value,
                   PropertyModeType property_mode)