org.apache.uima.conceptMapper.support.dictionaryResource
Interface DictionaryResource.DictEntry

All Superinterfaces:
Serializable
All Known Implementing Classes:
DictionaryResource_impl.DictEntryImpl
Enclosing interface:
DictionaryResource

public static interface DictionaryResource.DictEntry
extends Serializable


Method Summary
 String[] getElements()
           
 EntryProperties getProperties()
           
 String getUnsorted()
           
 void setElements(String[] elements)
           
 void setProperties(EntryProperties props)
           
 void setUnsorted(String text)
           
 String toString()
           
 

Method Detail

setElements

void setElements(String[] elements)

getElements

String[] getElements()

getUnsorted

String getUnsorted()

setUnsorted

void setUnsorted(String text)

getProperties

EntryProperties getProperties()

setProperties

void setProperties(EntryProperties props)

toString

String toString()
Overrides:
toString in class Object


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.