org.omg.WfBase
Class NameValue

java.lang.Object
  extended byorg.omg.WfBase.NameValue
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

org/omg/WfBase/NameValue.java . Generated by the IDL-to-Java compiler (portable), version "3.1" from WfBase.idl Friday, May 18, 2007 2:01:14 PM CEST

See Also:
Serialized Form

Field Summary
 java.lang.String the_name
           
 org.omg.CORBA.Any the_value
           
 
Constructor Summary
NameValue()
           
NameValue(java.lang.String _the_name, org.omg.CORBA.Any _the_value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

the_name

public java.lang.String the_name

the_value

public org.omg.CORBA.Any the_value
Constructor Detail

NameValue

public NameValue()

NameValue

public NameValue(java.lang.String _the_name,
                 org.omg.CORBA.Any _the_value)