Uses of Interface
org.apache.incubator.uima.KeyDocument.Key

Packages that use KeyDocument.Key
org.apache.incubator.uima   
org.apache.incubator.uima.impl   
 

Uses of KeyDocument.Key in org.apache.incubator.uima
 

Methods in org.apache.incubator.uima that return KeyDocument.Key
 KeyDocument.Key KeyDocument.addNewKey()
          Appends and returns a new empty "key" element
 KeyDocument.Key EntryDocument.Entry.addNewKey()
          Appends and returns a new empty "key" element
 KeyDocument.Key KeyDocument.getKey()
          Gets the "key" element
 KeyDocument.Key EntryDocument.Entry.getKey()
          Gets the "key" element
static KeyDocument.Key KeyDocument.Key.Factory.newInstance()
           
static KeyDocument.Key KeyDocument.Key.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
 

Methods in org.apache.incubator.uima with parameters of type KeyDocument.Key
 void KeyDocument.setKey(KeyDocument.Key key)
          Sets the "key" element
 void EntryDocument.Entry.setKey(KeyDocument.Key key)
          Sets the "key" element
 

Uses of KeyDocument.Key in org.apache.incubator.uima.impl
 

Classes in org.apache.incubator.uima.impl that implement KeyDocument.Key
static class KeyDocumentImpl.KeyImpl
          An XML key(@http://incubator.apache.org/uima).
 

Methods in org.apache.incubator.uima.impl that return KeyDocument.Key
 KeyDocument.Key KeyDocumentImpl.addNewKey()
          Appends and returns a new empty "key" element
 KeyDocument.Key EntryDocumentImpl.EntryImpl.addNewKey()
          Appends and returns a new empty "key" element
 KeyDocument.Key KeyDocumentImpl.getKey()
          Gets the "key" element
 KeyDocument.Key EntryDocumentImpl.EntryImpl.getKey()
          Gets the "key" element
 

Methods in org.apache.incubator.uima.impl with parameters of type KeyDocument.Key
 void KeyDocumentImpl.setKey(KeyDocument.Key key)
          Sets the "key" element
 void EntryDocumentImpl.EntryImpl.setKey(KeyDocument.Key key)
          Sets the "key" element
 



Copyright © 2011. All Rights Reserved.