All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.NameValuePairHelper
struct NameValuePair { ::CORBA::FieldName id; any value; };
public NameValuePairHelper()
public static NameValuePair read(InputStream _input)
public static void write(OutputStream _output, NameValuePair value)
public static void insert(Any any, NameValuePair value)
public static NameValuePair extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index