public static class DictionaryResource_impl.DictEntryImpl extends Object implements DictionaryResource.DictEntry
Constructor and Description |
---|
DictEntryImpl(String[] elements,
String unsorted,
EntryProperties properties) |
Modifier and Type | Method and Description |
---|---|
String[] |
getElements() |
EntryProperties |
getProperties() |
String |
getUnsorted() |
void |
setElements(String[] elements) |
void |
setProperties(EntryProperties properties) |
void |
setUnsorted(String unsorted) |
String |
toString() |
public DictEntryImpl(String[] elements, String unsorted, EntryProperties properties)
elements
- unsorted
- properties
- public void setProperties(EntryProperties properties)
setProperties
in interface DictionaryResource.DictEntry
properties
- The properties to set.public EntryProperties getProperties()
getProperties
in interface DictionaryResource.DictEntry
public String toString()
toString
in interface DictionaryResource.DictEntry
toString
in class Object
public String getUnsorted()
getUnsorted
in interface DictionaryResource.DictEntry
public void setUnsorted(String unsorted)
setUnsorted
in interface DictionaryResource.DictEntry
public String[] getElements()
getElements
in interface DictionaryResource.DictEntry
public void setElements(String[] elements)
setElements
in interface DictionaryResource.DictEntry
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.