public enum PropertiesRootTag extends Enum<PropertiesRootTag> implements FlatTag<Properties>
| Enum Constant and Description |
|---|
COMMENT |
ENTRY |
PROPERTIES |
ROOT |
| Modifier and Type | Method and Description |
|---|---|
static PropertiesRootTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesRootTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfclose, getItem, opengetChildren, getCloser, getOpener, getSelf, getTag, getTagModel, getValidator, isChoice, isMultiple, isOptionalpublic static final PropertiesRootTag COMMENT
public static final PropertiesRootTag ENTRY
public static final PropertiesRootTag PROPERTIES
public static final PropertiesRootTag ROOT
public static PropertiesRootTag[] values()
for (PropertiesRootTag c : PropertiesRootTag.values()) System.out.println(c);
public static PropertiesRootTag 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 © 2021. All rights reserved.