Uses of Interface
org.eclipse.modisco.jee.webapp.webapp23.FilterClassType

Packages that use FilterClassType
org.eclipse.modisco.jee.webapp.webapp23   
 

Uses of FilterClassType in org.eclipse.modisco.jee.webapp.webapp23
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 that return FilterClassType
 FilterClassType Webapp23Factory.createFilterClassType()
          Returns a new object of class 'Filter Class Type'.
 FilterClassType DocumentRoot.getFilterClass()
          Returns the value of the 'Filter Class' containment reference.
 FilterClassType FilterType.getFilterClass()
          Returns the value of the 'Filter Class' containment reference.
 

Methods in org.eclipse.modisco.jee.webapp.webapp23 with parameters of type FilterClassType
 void DocumentRoot.setFilterClass(FilterClassType value)
          Sets the value of the 'Filter Class' containment reference.
 void FilterType.setFilterClass(FilterClassType value)
          Sets the value of the 'Filter Class' containment reference.