public static interface DictionaryResource.DictEntry extends Serializable
Modifier and Type | Method and Description |
---|---|
String[] |
getElements() |
EntryProperties |
getProperties() |
String |
getUnsorted() |
void |
setElements(String[] elements) |
void |
setProperties(EntryProperties props) |
void |
setUnsorted(String text) |
String |
toString() |
void setElements(String[] elements)
String[] getElements()
String getUnsorted()
void setUnsorted(String text)
EntryProperties getProperties()
void setProperties(EntryProperties props)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.