public static enum IncludeRow.IncludeType extends Enum<IncludeRow.IncludeType>
| Enum Constant and Description |
|---|
ALL |
ONLY_BLOCKS |
| Modifier and Type | Method and Description |
|---|---|
static IncludeRow.IncludeType |
find(String tag) |
static IncludeRow.IncludeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IncludeRow.IncludeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IncludeRow.IncludeType ALL
public static final IncludeRow.IncludeType ONLY_BLOCKS
public final String tag
public static IncludeRow.IncludeType[] values()
for (IncludeRow.IncludeType c : IncludeRow.IncludeType.values()) System.out.println(c);
public static IncludeRow.IncludeType 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 static IncludeRow.IncludeType find(String tag)
Copyright © 2012. All Rights Reserved.