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
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.