public static enum GridSource.GRID_TYPE extends Enum<GridSource.GRID_TYPE>
Modifier and Type | Method and Description |
---|---|
static GridSource.GRID_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridSource.GRID_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GridSource.GRID_TYPE MOD
public static final GridSource.GRID_TYPE LINE
public static GridSource.GRID_TYPE[] values()
for (GridSource.GRID_TYPE c : GridSource.GRID_TYPE.values()) System.out.println(c);
public static GridSource.GRID_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–2021 Fiji. All rights reserved.