public static enum PsychLibrary.YAMLEncoding extends Enum<PsychLibrary.YAMLEncoding>
| Enum Constant and Description |
|---|
YAML_ANY_ENCODING |
YAML_UTF16BE_ENCODING |
YAML_UTF16LE_ENCODING |
YAML_UTF8_ENCODING |
| Modifier and Type | Field and Description |
|---|---|
org.jcodings.Encoding |
encoding |
| Modifier and Type | Method and Description |
|---|---|
static PsychLibrary.YAMLEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PsychLibrary.YAMLEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PsychLibrary.YAMLEncoding YAML_ANY_ENCODING
public static final PsychLibrary.YAMLEncoding YAML_UTF8_ENCODING
public static final PsychLibrary.YAMLEncoding YAML_UTF16LE_ENCODING
public static final PsychLibrary.YAMLEncoding YAML_UTF16BE_ENCODING
public static PsychLibrary.YAMLEncoding[] values()
for (PsychLibrary.YAMLEncoding c : PsychLibrary.YAMLEncoding.values()) System.out.println(c);
public static PsychLibrary.YAMLEncoding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2001-2015 JRuby. All Rights Reserved.