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 17, 2009 1:47:08 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
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)