Uses of Class
org.uddi4j.util.TModelKey
-
Packages that use TModelKey Package Description org.uddi4j.util -
-
Uses of TModelKey in org.uddi4j.util
Methods in org.uddi4j.util that return TModelKey Modifier and Type Method Description TModelKey
TModelBag. get(int index)
Retrieve the TModelKey at the specified index within the collection.Methods in org.uddi4j.util with parameters of type TModelKey Modifier and Type Method Description void
TModelBag. add(TModelKey t)
Add a TModelKey object to the collectionboolean
TModelBag. remove(TModelKey t)
Remove a TModelKey object from the collection
-