Modifier and Type | Method and Description |
---|---|
DictionarySource |
EventSource.getDictionarySource()
Get the associated dictionary source.
|
static DictionarySource |
DictionarySource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DictionarySource[] |
DictionarySource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EventSource.setDictionarySource(DictionarySource source)
Set the dictionary source to be associated
with a particular event source.
|