public static enum IncludeRow.IncludeType extends java.lang.Enum<IncludeRow.IncludeType>
| Enum Constant and Description |
|---|
ALL |
ONLY_BLOCKS |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
tag |
| Modifier and Type | Method and Description |
|---|---|
static IncludeRow.IncludeType |
find(java.lang.String tag) |
static IncludeRow.IncludeType |
valueOf(java.lang.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 static IncludeRow.IncludeType[] values()
for (IncludeRow.IncludeType c : IncludeRow.IncludeType.values()) System.out.println(c);
public static IncludeRow.IncludeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic static IncludeRow.IncludeType find(java.lang.String tag)
Copyright © 2012-2013. All Rights Reserved.