public static enum ListGrid.Type extends Enum<ListGrid.Type>
| Enum Constant and Description |
|---|
ADORNED |
ADORNED_WITH_FORM |
ASSET |
ASSET_GRID |
ASSET_GRID_FOLDER |
BASIC |
MAIN |
MAP |
TO_ONE |
TRANSLATION |
TREE |
WORKFLOW |
| Modifier and Type | Method and Description |
|---|---|
static ListGrid.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListGrid.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListGrid.Type MAIN
public static final ListGrid.Type TO_ONE
public static final ListGrid.Type BASIC
public static final ListGrid.Type ADORNED
public static final ListGrid.Type ADORNED_WITH_FORM
public static final ListGrid.Type MAP
public static final ListGrid.Type TRANSLATION
public static final ListGrid.Type ASSET
public static final ListGrid.Type WORKFLOW
public static final ListGrid.Type TREE
public static final ListGrid.Type ASSET_GRID
public static final ListGrid.Type ASSET_GRID_FOLDER
public static ListGrid.Type[] values()
for (ListGrid.Type c : ListGrid.Type.values()) System.out.println(c);
public static ListGrid.Type 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 © 2022. All rights reserved.