public enum YAMLFormat extends Enum<YAMLFormat>
| Modifier and Type | Method and Description |
|---|---|
org.yaml.snakeyaml.DumperOptions.FlowStyle |
getStyle() |
static YAMLFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YAMLFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YAMLFormat EXTENDED
public static final YAMLFormat COMPACT
public static YAMLFormat[] values()
for (YAMLFormat c : YAMLFormat.values()) System.out.println(c);
public static YAMLFormat 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 nullpublic org.yaml.snakeyaml.DumperOptions.FlowStyle getStyle()
Copyright © 2010-2014. All Rights Reserved.