Uses of Interface
org.apache.incubator.uima.regex.MatchTypeFilterDocument.MatchTypeFilter

Packages that use MatchTypeFilterDocument.MatchTypeFilter
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of MatchTypeFilterDocument.MatchTypeFilter in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return MatchTypeFilterDocument.MatchTypeFilter
 MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocument.addNewMatchTypeFilter()
          Appends and returns a new empty "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter RuleDocument.Rule.addNewMatchTypeFilter()
          Appends and returns a new empty "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocument.getMatchTypeFilter()
          Gets the "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter RuleDocument.Rule.getMatchTypeFilter()
          Gets the "matchTypeFilter" element
static MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocument.MatchTypeFilter.Factory.newInstance()
           
static MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocument.MatchTypeFilter.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type MatchTypeFilterDocument.MatchTypeFilter
 void MatchTypeFilterDocument.setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
          Sets the "matchTypeFilter" element
 void RuleDocument.Rule.setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
          Sets the "matchTypeFilter" element
 

Uses of MatchTypeFilterDocument.MatchTypeFilter in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement MatchTypeFilterDocument.MatchTypeFilter
static class MatchTypeFilterDocumentImpl.MatchTypeFilterImpl
          An XML matchTypeFilter(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return MatchTypeFilterDocument.MatchTypeFilter
 MatchTypeFilterDocument.MatchTypeFilter RuleDocumentImpl.RuleImpl.addNewMatchTypeFilter()
          Appends and returns a new empty "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocumentImpl.addNewMatchTypeFilter()
          Appends and returns a new empty "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter RuleDocumentImpl.RuleImpl.getMatchTypeFilter()
          Gets the "matchTypeFilter" element
 MatchTypeFilterDocument.MatchTypeFilter MatchTypeFilterDocumentImpl.getMatchTypeFilter()
          Gets the "matchTypeFilter" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type MatchTypeFilterDocument.MatchTypeFilter
 void RuleDocumentImpl.RuleImpl.setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
          Sets the "matchTypeFilter" element
 void MatchTypeFilterDocumentImpl.setMatchTypeFilter(MatchTypeFilterDocument.MatchTypeFilter matchTypeFilter)
          Sets the "matchTypeFilter" element
 



Copyright © 2011. All Rights Reserved.