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