Package | Description |
---|---|
cz.zcu.fav.kiv.editor.controller.options |
Modifier and Type | Method and Description |
---|---|
static EncodingEnum |
EncodingEnum.getEncoding(java.lang.String encodKey)
Returns
EncodingEnum object for corresponding key. |
static EncodingEnum |
EncodingEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EncodingEnum[] |
EncodingEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|