java.io.Serializable
, java.lang.Comparable<CMSecurity.SaveFlag>
public static enum CMSecurity.SaveFlag extends java.lang.Enum<CMSecurity.SaveFlag>
Enum Constant | Description |
---|---|
NOPLAYERS |
|
NOPROPERTYITEMS |
|
NOPROPERTYMOBS |
|
ROOMITEMS |
|
ROOMMOBS |
|
ROOMSHOPS |
Modifier and Type | Method | Description |
---|---|---|
static CMSecurity.SaveFlag |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMSecurity.SaveFlag[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMSecurity.SaveFlag NOPLAYERS
public static final CMSecurity.SaveFlag NOPROPERTYMOBS
public static final CMSecurity.SaveFlag NOPROPERTYITEMS
public static final CMSecurity.SaveFlag ROOMMOBS
public static final CMSecurity.SaveFlag ROOMSHOPS
public static final CMSecurity.SaveFlag ROOMITEMS
public static CMSecurity.SaveFlag[] values()
for (CMSecurity.SaveFlag c : CMSecurity.SaveFlag.values()) System.out.println(c);
public static CMSecurity.SaveFlag 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