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