public class NameListPair<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
id
The name to be associated with a value by this
NameValuePair object. |
ArrayList<T> |
values
The value to be associated with a name by this
NameValuePair object. |
| Constructor and Description |
|---|
NameListPair()
Constructs an empty
NameValuePair object. |
NameListPair(String __id,
ArrayList<T> __values)
Constructs a
NameValuePair object that associates
the given name with the given org.omg.CORBA.Any object. |
NameListPair(String __id,
T... __values) |
public String id
NameValuePair object.public NameListPair()
NameValuePair object.
To associate a name with a value after using this constructor, the fields
of this object have to be accessed individually.public NameListPair(String __id, ArrayList<T> __values)
NameValuePair object that associates
the given name with the given org.omg.CORBA.Any object.__id - the name to be associated with the given Any object__values - the Any object to be associated with the given namepublic T getFirstValue()
Copyright © 2016. All rights reserved.