public static enum TocTreeNode.TYPE extends java.lang.Enum<TocTreeNode.TYPE>
| Enum Constant and Description |
|---|
IMAGE_LEGEND |
LAYER_COLLECTION |
LAYER_WITH_IMAGE_LEGEND |
LAYER_WITH_LEGEND |
LAYER_WITHOUT_LEGEND |
LEGEND |
| Modifier and Type | Method and Description |
|---|---|
static TocTreeNode.TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TocTreeNode.TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TocTreeNode.TYPE LAYER_COLLECTION
public static final TocTreeNode.TYPE LAYER_WITHOUT_LEGEND
public static final TocTreeNode.TYPE LAYER_WITH_LEGEND
public static final TocTreeNode.TYPE LAYER_WITH_IMAGE_LEGEND
public static final TocTreeNode.TYPE LEGEND
public static final TocTreeNode.TYPE IMAGE_LEGEND
public static TocTreeNode.TYPE[] values()
for (TocTreeNode.TYPE c : TocTreeNode.TYPE.values()) System.out.println(c);
public static TocTreeNode.TYPE 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 null