|
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.CategoryBag
public class CategoryBag
Corresponds to UDDI v2.0 'categoryBag' element.
Constructor Summary | |
---|---|
CategoryBag()
Deprecated. Constructs a new, empty CategoryBag. |
|
CategoryBag(int initialSize)
Deprecated. Constructs a new, empty CategoryBag, with the initial capacity specified. |
Method Summary | |
---|---|
void |
add(KeyedReference category)
Deprecated. Adds a KeyedReference to the CategoryBag. |
KeyedReference |
get(int index)
Deprecated. Returns the KeyedReference at the specified index. |
int |
size()
Deprecated. Returns the number of KeyedReference objects in the CategoryBag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategoryBag()
public CategoryBag(int initialSize)
initialSize
- the initial capacity of the CategoryBag.Method Detail |
---|
public void add(KeyedReference category)
KeyedReference
to the CategoryBag.
category
- the KeyedReference to be added.public KeyedReference get(int index)
KeyedReference
at the specified index.
index
- the index of the KeyedReference to be retrieved.
public int size()
KeyedReference
objects in the CategoryBag.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |