org.omg.CosNotification
Class Property

java.lang.Object
  extended by org.omg.CosNotification.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 12, 2011 4:11:28 PM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 Any value
           
 
Constructor Summary
Property()
           
Property(java.lang.String name, Any value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

value

public Any value
Constructor Detail

Property

public Property()

Property

public Property(java.lang.String name,
                Any value)