public enum YamlChompTypes extends Enum<YamlChompTypes>
| Modifier and Type | Method and Description |
|---|---|
String |
getchompChar() |
static YamlChompTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlChompTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YamlChompTypes PLUS
public static final YamlChompTypes MINUS
public static final YamlChompTypes NONE
public static YamlChompTypes[] values()
for (YamlChompTypes c : YamlChompTypes.values()) System.out.println(c);
public static YamlChompTypes 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 String getchompChar()
Copyright © 2022. All rights reserved.