public static enum ListGrid.Type extends Enum<ListGrid.Type>
| Enum Constant and Description |
|---|
ADORNED |
ADORNED_WITH_FORM |
ASSET |
BASIC |
INLINE |
INLINEMULTI |
MAIN |
MAP |
TO_ONE |
TRANSLATION |
| 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 INLINE
public static final ListGrid.Type INLINEMULTI
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 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 © 2015. All rights reserved.