Uses of Interface
org.apache.incubator.uima.TypeDescriptionDocument.TypeDescription

Packages that use TypeDescriptionDocument.TypeDescription
org.apache.incubator.uima   
org.apache.incubator.uima.impl   
 

Uses of TypeDescriptionDocument.TypeDescription in org.apache.incubator.uima
 

Methods in org.apache.incubator.uima that return TypeDescriptionDocument.TypeDescription
 TypeDescriptionDocument.TypeDescription TypeCollectionDocument.TypeCollection.addNewTypeDescription()
          Appends and returns a new empty "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeDescriptionDocument.addNewTypeDescription()
          Appends and returns a new empty "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeCollectionDocument.TypeCollection.getTypeDescription()
          Gets the "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeDescriptionDocument.getTypeDescription()
          Gets the "typeDescription" element
static TypeDescriptionDocument.TypeDescription TypeDescriptionDocument.TypeDescription.Factory.newInstance()
           
static TypeDescriptionDocument.TypeDescription TypeDescriptionDocument.TypeDescription.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima with parameters of type TypeDescriptionDocument.TypeDescription
 void TypeCollectionDocument.TypeCollection.setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
          Sets the "typeDescription" element
 void TypeDescriptionDocument.setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
          Sets the "typeDescription" element
 

Uses of TypeDescriptionDocument.TypeDescription in org.apache.incubator.uima.impl
 

Classes in org.apache.incubator.uima.impl that implement TypeDescriptionDocument.TypeDescription
static class TypeDescriptionDocumentImpl.TypeDescriptionImpl
          An XML typeDescription(@http://incubator.apache.org/uima).
 

Methods in org.apache.incubator.uima.impl that return TypeDescriptionDocument.TypeDescription
 TypeDescriptionDocument.TypeDescription TypeDescriptionDocumentImpl.addNewTypeDescription()
          Appends and returns a new empty "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeCollectionDocumentImpl.TypeCollectionImpl.addNewTypeDescription()
          Appends and returns a new empty "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeDescriptionDocumentImpl.getTypeDescription()
          Gets the "typeDescription" element
 TypeDescriptionDocument.TypeDescription TypeCollectionDocumentImpl.TypeCollectionImpl.getTypeDescription()
          Gets the "typeDescription" element
 

Methods in org.apache.incubator.uima.impl with parameters of type TypeDescriptionDocument.TypeDescription
 void TypeDescriptionDocumentImpl.setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
          Sets the "typeDescription" element
 void TypeCollectionDocumentImpl.TypeCollectionImpl.setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
          Sets the "typeDescription" element
 



Copyright © 2011. All Rights Reserved.