Uses of Interface
com.rapidtransform.core.meta.MetaType

Packages that use MetaType
com.rapidtransform.core.meta   
com.rapidtransform.core.meta.def   
com.rapidtransform.core.meta.service   
 

Uses of MetaType in com.rapidtransform.core.meta
 

Methods in com.rapidtransform.core.meta that return MetaType
 MetaType MetaService.getType(QName qname)
           
 MetaType Dictionary.getType(QName qName)
           
 MetaType MetaService.getType(java.lang.String qname)
           
 

Methods in com.rapidtransform.core.meta that return types with arguments of type MetaType
 java.util.Collection<MetaType> MetaService.getSearchableTypes()
           
 java.util.Collection<MetaType> Dictionary.getSearchableTypes()
          Returns a list of all searchable Meta Types defined for the application.
 java.util.Collection<MetaType> MetaModel.getTypes()
           
 

Uses of MetaType in com.rapidtransform.core.meta.def
 

Classes in com.rapidtransform.core.meta.def that implement MetaType
 class BaseMetaType
           
 

Methods in com.rapidtransform.core.meta.def that return types with arguments of type MetaType
 java.util.Collection<MetaType> BaseMetaModel.getTypes()
           
 

Method parameters in com.rapidtransform.core.meta.def with type arguments of type MetaType
 void BaseMetaModel.setTypes(java.util.Collection<MetaType> types)
           
 

Uses of MetaType in com.rapidtransform.core.meta.service
 

Methods in com.rapidtransform.core.meta.service that return MetaType
 MetaType MetaServiceImpl.getType(QName qname)
           
 MetaType DictionaryImpl.getType(QName qName)
           
 MetaType MetaServiceImpl.getType(java.lang.String qname)
           
 

Methods in com.rapidtransform.core.meta.service that return types with arguments of type MetaType
 java.util.Collection<MetaType> MetaServiceImpl.getSearchableTypes()
           
 java.util.Collection<MetaType> DictionaryImpl.getSearchableTypes()