Uses of Interface
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.FilterType

Packages that use FilterType
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl   
 

Uses of FilterType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context that return FilterType
 FilterType ObjectFactory.createFilterType()
          Create an instance of FilterType
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context that return types with arguments of type FilterType
 List<FilterType> ComponentScan.getExcludeFilter()
          Gets the value of the excludeFilter property.
 List<FilterType> ComponentScan.getIncludeFilter()
          Gets the value of the includeFilter property.
 

Uses of FilterType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl that implement FilterType
 class FilterTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl with type parameters of type FilterType
protected  List<FilterType> ComponentScanImpl.excludeFilter
           
protected  List<FilterType> ComponentScanImpl.includeFilter
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl that return types with arguments of type FilterType
 List<FilterType> ComponentScanImpl.getExcludeFilter()
           
 List<FilterType> ComponentScanImpl.getIncludeFilter()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.spring.context.impl with type arguments of type FilterType
static void ComponentScanImpl.copyExcludeFilter(List<FilterType> source, List<FilterType> target)
          Copies all values of property ExcludeFilter.
static void ComponentScanImpl.copyExcludeFilter(List<FilterType> source, List<FilterType> target)
          Copies all values of property ExcludeFilter.
static void ComponentScanImpl.copyIncludeFilter(List<FilterType> source, List<FilterType> target)
          Copies all values of property IncludeFilter.
static void ComponentScanImpl.copyIncludeFilter(List<FilterType> source, List<FilterType> target)
          Copies all values of property IncludeFilter.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.