|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.NameValuePair
public final class NameValuePair
Holds the value, having the given name(id). This class is used by
with DynStruct to name the fields of the record (structure).
| Field Summary | |
|---|---|
String |
id
The name of the structure record. |
Any |
value
The value of the structure record. |
| Constructor Summary | |
|---|---|
NameValuePair()
Cretes an unitialised instance of the name-value pair. |
|
NameValuePair(String an_id,
Any a_value)
Creates the name-value pair, initialising the fields to the passed values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Any value
public String id
| Constructor Detail |
|---|
public NameValuePair()
public NameValuePair(String an_id,
Any a_value)
an_id - the name (also called id) of the name-value pair, normally
the name of the structure field.a_value - the value of the name-value pair.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||