public static enum PlotSquaredShopFlag.Group extends Enum<PlotSquaredShopFlag.Group>
Enum Constant and Description |
---|
EVERYONE |
MEMBERS |
NONE |
OWNERS |
TRUSTED |
Modifier and Type | Method and Description |
---|---|
static PlotSquaredShopFlag.Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlotSquaredShopFlag.Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlotSquaredShopFlag.Group OWNERS
public static final PlotSquaredShopFlag.Group MEMBERS
public static final PlotSquaredShopFlag.Group TRUSTED
public static final PlotSquaredShopFlag.Group EVERYONE
public static final PlotSquaredShopFlag.Group NONE
public static PlotSquaredShopFlag.Group[] values()
for (PlotSquaredShopFlag.Group c : PlotSquaredShopFlag.Group.values()) System.out.println(c);
public static PlotSquaredShopFlag.Group 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 © 2017. All rights reserved.