|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SimpleCharset>
pl.edu.agh.cast.importer.wizard.utils.SimpleCharset
public enum SimpleCharset
Class representing simple charsets and their descriptions that are to be displayed in directly on the
FileParamsSelectionPage.
| Enum Constant Summary | |
|---|---|
ISO_8859_2
Simple encoding of ISO-8859-2. |
|
UTF_8
Simple encoding of UTF-8. |
|
WINDOWS_1250
Simple encoding of windows-1250. |
|
| Method Summary | |
|---|---|
Charset |
getCharset()
|
String |
getDescription()
|
static SimpleCharset |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SimpleCharset[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SimpleCharset ISO_8859_2
public static final SimpleCharset UTF_8
public static final SimpleCharset WINDOWS_1250
| Method Detail |
|---|
public static SimpleCharset[] values()
for (SimpleCharset c : SimpleCharset.values()) System.out.println(c);
public static SimpleCharset valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Charset getCharset()
public String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||