fipaos.mts.iiop.sun.external.FIPA
Class Property

java.lang.Object
  |
  +--fipaos.mts.iiop.sun.external.FIPA.Property
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class Property
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

See Also:
Serialized Form

Field Summary
 java.lang.String keyword
           
 org.omg.CORBA.Any value
           
 
Constructor Summary
Property()
           
Property(java.lang.String __keyword, org.omg.CORBA.Any __value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyword

public java.lang.String keyword

value

public org.omg.CORBA.Any value
Constructor Detail

Property

public Property()

Property

public Property(java.lang.String __keyword,
                org.omg.CORBA.Any __value)