|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.collections.TModels
Collection of TModels.
| Field Summary | |
protected java.util.Vector |
tModels
Vector containing the tModels (TModel objects). |
| Constructor Summary | |
TModels()
TModels constructor. |
|
| Method Summary | |
boolean |
add(TModel tModel)
Adds a tModel to this tModel set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
TModelIterator |
iterator()
Gets a TModel iterator. |
boolean |
remove(TModel tModel)
Removes a tModel from this tModel set. |
int |
size()
Gets the number of TModels of this collection. |
TModel[] |
toArray()
Turns this TModels collection to a TModel array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector tModels
| Constructor Detail |
public TModels()
| Method Detail |
public boolean add(TModel tModel)
tModel - The TModel to add to this tModel set.public boolean remove(TModel tModel)
tModel - The TModel to remove from this tModel set.public TModelIterator iterator()
public TModel[] toArray()
public int size()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||