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