org.omg.CosPropertyService
Class Property

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

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

Generated from IDL struct "Property".

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
 java.lang.String property_name
           
 Any property_value
           
 
Constructor Summary
Property()
           
Property(java.lang.String property_name, Any property_value)
           
 
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
Constructor Detail

Property

public Property()

Property

public Property(java.lang.String property_name,
                Any property_value)