org.omg.CosTrading
Class Property

java.lang.Object
  extended byorg.omg.CosTrading.Property
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "Property"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String name
           
 Any value
           
 
Constructor Summary
Property()
           
Property(java.lang.String name, Any value)
           
 
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)