public abstract class NameValuePairHelper extends java.lang.Object
NameValuePair.| Constructor and Description |
|---|
NameValuePairHelper() |
| Modifier and Type | Method and Description |
|---|---|
static NameValuePair |
extract(Any a)
Extract the NameValuePair from the given
Any. |
static java.lang.String |
id()
Return the NameValuePair repository id.
|
static void |
insert(Any a,
NameValuePair that)
Insert the NameValuePair into the given
Any. |
static NameValuePair |
read(org.omg.CORBA.portable.InputStream istream)
Read the NameValuePair from the given CDR stream.
|
static TypeCode |
type()
Create the type code for the name value pair.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
NameValuePair value)
Write the exception to the CDR output stream.
|
public NameValuePairHelper()
public static NameValuePair extract(Any a)
Any.public static java.lang.String id()
public static void insert(Any a, NameValuePair that)
Any.public static NameValuePair read(org.omg.CORBA.portable.InputStream istream)
Any.public static void write(org.omg.CORBA.portable.OutputStream ostream, NameValuePair value)
Any.