Uses of Class
org.apache.juddi.model.TmodelDescr

Packages that use TmodelDescr
org.apache.juddi.mapping   
org.apache.juddi.model   
 

Uses of TmodelDescr in org.apache.juddi.mapping
 

Method parameters in org.apache.juddi.mapping with type arguments of type TmodelDescr
static void MappingApiToModel.mapTModelDescriptions(List<org.uddi.api_v3.Description> apiDescList, List<TmodelDescr> modelDescList, Tmodel modelTModel)
           
static void MappingModelToApi.mapTModelDescriptions(List<TmodelDescr> modelDescList, List<org.uddi.api_v3.Description> apiDescList)
           
 

Uses of TmodelDescr in org.apache.juddi.model
 

Methods in org.apache.juddi.model that return types with arguments of type TmodelDescr
 List<TmodelDescr> Tmodel.getTmodelDescrs()
           
 

Method parameters in org.apache.juddi.model with type arguments of type TmodelDescr
 void Tmodel.setTmodelDescrs(List<TmodelDescr> tmodelDescrs)
           
 

Constructor parameters in org.apache.juddi.model with type arguments of type TmodelDescr
Tmodel(String entityKey, String authorizedName, String operator, String name, String langCode, boolean deleted, Date modified, List<OverviewDoc> overviewDocs, List<TmodelDescr> tmodelDescrs, List<TmodelIdentifier> tmodelIdentifiers, TmodelCategoryBag categoryBag)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.