|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.NameList
public class NameList
Corresponds to UDDI v2.0 sequence of 'name' elements.
Encapsulates a Vector of Name
objects.
Constructor Summary | |
---|---|
NameList()
Deprecated. Constructs a new, empty NameList. |
|
NameList(int initialSize)
Deprecated. Constructs a new, empty NameList, with the initial capacity specified. |
|
NameList(Name initialName)
Deprecated. Construct a NameList with an initial Name . |
Method Summary | |
---|---|
void |
add(Name name)
Deprecated. Adds a Name to the NameList. |
Name |
get(int index)
Deprecated. Returns the Name at the specified index. |
int |
size()
Deprecated. Returns the number of Name objects in the NameList. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameList()
public NameList(int initialSize)
initialSize
- the initial capacity of the NameList.public NameList(Name initialName)
Name
.
initialName
- an initial Name to put into the NameListMethod Detail |
---|
public void add(Name name)
Name
to the NameList.
name
- the Name to be added.public Name get(int index)
Name
at the specified index.
int
- the index of the Name to be retrieved.
public int size()
Name
objects in the NameList.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |