java.io.Serializable
, java.lang.Comparable<CMProps.Bool>
public static enum CMProps.Bool extends java.lang.Enum<CMProps.Bool>
Modifier and Type | Method | Description |
---|---|---|
static CMProps.Bool |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static CMProps.Bool[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CMProps.Bool MOBCOMPRESS
public static final CMProps.Bool ITEMDCOMPRESS
public static final CMProps.Bool ROOMDCOMPRESS
public static final CMProps.Bool MOBDCOMPRESS
public static final CMProps.Bool MUDSTARTED
public static final CMProps.Bool POPULATIONSTARTED
public static final CMProps.Bool EMAILFORWARDING
public static final CMProps.Bool MOBNOCACHE
public static final CMProps.Bool ROOMDNOCACHE
public static final CMProps.Bool MUDSHUTTINGDOWN
public static final CMProps.Bool ACCOUNTEXPIRATION
public static final CMProps.Bool INTRODUCTIONSYSTEM
public static final CMProps.Bool FILERESOURCENOCACHE
public static final CMProps.Bool CATALOGNOCACHE
public static final CMProps.Bool MAPFINDSNOCACHE
public static final CMProps.Bool HASHPASSWORDS
public static final CMProps.Bool ACCOUNTSNOCACHE
public static final CMProps.Bool PLAYERSNOCACHE
public static final CMProps.Bool EXPDEFER_PASSTHRU
public static CMProps.Bool[] values()
for (CMProps.Bool c : CMProps.Bool.values()) System.out.println(c);
public static CMProps.Bool 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