org.omg.CosCollection
Class NVPair

java.lang.Object
  extended by org.omg.CosCollection.NVPair
All Implemented Interfaces:
Serializable, IDLEntity

public final class NVPair
extends Object
implements IDLEntity

Generated from IDL struct "NVPair".

Version:
generated at 07-Dec-2012 13:29:05
Author:
JacORB IDL compiler V 3.2, 07-Dec-2012
See Also:
Serialized Form

Field Summary
 String name
           
 Any value
           
 
Constructor Summary
NVPair()
           
NVPair(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 String name

value

public Any value
Constructor Detail

NVPair

public NVPair()

NVPair

public NVPair(String name,
              Any value)


Copyright © 2012 JacORB. All Rights Reserved.