|
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.TModelKeys
Collection of TModelKeys.
| Field Summary | |
protected java.util.Vector |
tModelKeys
Vector containing the TModel keys (TModelKey objects). |
| Constructor Summary | |
TModelKeys()
TModelKeys constructor. |
|
| Method Summary | |
boolean |
add(TModelKey tModelKey)
Adds a TModelKey to this TModelKey set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
UUID[] |
getUUIDs()
Gets the array of UUID identifiers corresponding to this TModelKey collection. |
TModelKeyIterator |
iterator()
Gets a TModelKey iterator. |
boolean |
remove(TModelKey tModelKey)
Removes a TModelKey from this TModelKey set. |
int |
size()
Gets the number of TModelKeys of this collection. |
TModelKey[] |
toArray()
Turns this TModelKeys collection to a TModelKey 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 tModelKeys
| Constructor Detail |
public TModelKeys()
| Method Detail |
public boolean add(TModelKey tModelKey)
tModelKey - The TModelKey to add to this TModelKey set.public boolean remove(TModelKey tModelKey)
tModelKey - The TModelKey to remove from this TModelKey set.public TModelKey[] toArray()
public UUID[] getUUIDs()
public TModelKeyIterator iterator()
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 | |||||||||