public enum SchemaRootTag extends Enum<SchemaRootTag> implements FlatTag<SchemaObject>
| Enum Constant and Description |
|---|
ANYTHING |
ATTRIBUTE |
ATTRIBUTEGROUP |
IMPORT |
ROOT |
SCHEMA |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRootTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRootTag[] |
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, opengetAttributesMap, getChildren, getCloser, getOpener, getSelf, getTag, getTagModel, getValidator, isChoice, isMultiple, isOptional, matches, tagspublic static final SchemaRootTag ANYTHING
public static final SchemaRootTag IMPORT
public static final SchemaRootTag ATTRIBUTE
public static final SchemaRootTag ATTRIBUTEGROUP
public static final SchemaRootTag SCHEMA
public static final SchemaRootTag ROOT
public static SchemaRootTag[] values()
for (SchemaRootTag c : SchemaRootTag.values()) System.out.println(c);
public static SchemaRootTag 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.