Uses of Interface
org.apache.incubator.uima.regex.UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation

Packages that use UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
org.apache.incubator.uima.regex   
org.apache.incubator.uima.regex.impl   
 

Uses of UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation in org.apache.incubator.uima.regex
 

Methods in org.apache.incubator.uima.regex that return UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocument.addNewUpdateMatchTypeAnnotation()
          Appends and returns a new empty "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation RuleDocument.Rule.addNewUpdateMatchTypeAnnotation()
          Appends and returns a new empty "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocument.getUpdateMatchTypeAnnotation()
          Gets the "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation RuleDocument.Rule.getUpdateMatchTypeAnnotation()
          Gets the "updateMatchTypeAnnotation" element
static UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation.Factory.newInstance()
           
static UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima.regex with parameters of type UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
 void UpdateMatchTypeAnnotationDocument.setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
          Sets the "updateMatchTypeAnnotation" element
 void RuleDocument.Rule.setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
          Sets the "updateMatchTypeAnnotation" element
 

Uses of UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation in org.apache.incubator.uima.regex.impl
 

Classes in org.apache.incubator.uima.regex.impl that implement UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
static class UpdateMatchTypeAnnotationDocumentImpl.UpdateMatchTypeAnnotationImpl
          An XML updateMatchTypeAnnotation(@http://incubator.apache.org/uima/regex).
 

Methods in org.apache.incubator.uima.regex.impl that return UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation RuleDocumentImpl.RuleImpl.addNewUpdateMatchTypeAnnotation()
          Appends and returns a new empty "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocumentImpl.addNewUpdateMatchTypeAnnotation()
          Appends and returns a new empty "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation RuleDocumentImpl.RuleImpl.getUpdateMatchTypeAnnotation()
          Gets the "updateMatchTypeAnnotation" element
 UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation UpdateMatchTypeAnnotationDocumentImpl.getUpdateMatchTypeAnnotation()
          Gets the "updateMatchTypeAnnotation" element
 

Methods in org.apache.incubator.uima.regex.impl with parameters of type UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation
 void RuleDocumentImpl.RuleImpl.setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
          Sets the "updateMatchTypeAnnotation" element
 void UpdateMatchTypeAnnotationDocumentImpl.setUpdateMatchTypeAnnotation(UpdateMatchTypeAnnotationDocument.UpdateMatchTypeAnnotation updateMatchTypeAnnotation)
          Sets the "updateMatchTypeAnnotation" element
 



Copyright © 2011. All Rights Reserved.