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 03-Nov-2015 12:24:02
Author:
JacORB IDL compiler V 3.7
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 © 2015 JacORB. All rights reserved.