org.apache.uima.conceptMapper.support.dictionaryResource
Class DictionaryResource_impl.DictEntryImpl
java.lang.Object
org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryResource_impl.DictEntryImpl
- All Implemented Interfaces:
- Serializable, DictionaryResource.DictEntry
- Enclosing class:
- DictionaryResource_impl
public static class DictionaryResource_impl.DictEntryImpl
- extends Object
- implements DictionaryResource.DictEntry
- See Also:
- Serialized Form
DictionaryResource_impl.DictEntryImpl
public DictionaryResource_impl.DictEntryImpl(String[] elements,
String unsorted,
EntryProperties properties)
- Parameters:
elements - unsorted - properties -
setProperties
public void setProperties(EntryProperties properties)
- Specified by:
setProperties in interface DictionaryResource.DictEntry
- Parameters:
properties - The properties to set.
getProperties
public EntryProperties getProperties()
- Specified by:
getProperties in interface DictionaryResource.DictEntry
toString
public String toString()
- Specified by:
toString in interface DictionaryResource.DictEntry- Overrides:
toString in class Object
getUnsorted
public String getUnsorted()
- Specified by:
getUnsorted in interface DictionaryResource.DictEntry
setUnsorted
public void setUnsorted(String unsorted)
- Specified by:
setUnsorted in interface DictionaryResource.DictEntry
getElements
public String[] getElements()
- Specified by:
getElements in interface DictionaryResource.DictEntry
setElements
public void setElements(String[] elements)
- Specified by:
setElements in interface DictionaryResource.DictEntry
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.