|
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.EntityKeys
Collection of EntityKeys.
| Field Summary | |
protected java.util.Vector |
entityKeys
Vector containing the collection of EntityKey objects. |
| Constructor Summary | |
EntityKeys()
EntityKeys constructor. |
|
| Method Summary | |
boolean |
add(EntityKey entityKey)
Adds a EntityKey to this EntityKey set. |
boolean |
contains(EntityKey entityKey)
|
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
EntityKeyIterator |
iterator()
|
boolean |
remove(EntityKey entityKey)
Removes a EntityKey from this EntityKey set. |
int |
size()
Gets the number of EntityKeys of this collection. |
EntityKey[] |
toArray()
Removes all EntityKeys from this EntityKey set. |
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 entityKeys
| Constructor Detail |
public EntityKeys()
| Method Detail |
public boolean add(EntityKey entityKey)
entityKey - The EntityKey to add to this EntityKey set.public boolean remove(EntityKey entityKey)
public EntityKey[] toArray()
public EntityKeyIterator iterator()
public boolean contains(EntityKey entityKey)
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 | |||||||||