JavaScript is disabled on your browser.
All Implemented Interfaces:
Serializable , Comparable <Banner >, java.lang.constant.Constable, me.ulrich.econfig.interfaces.ConfigurationEnum
public enum Banner
extends Enum <Banner >
implements me.ulrich.econfig.interfaces.ConfigurationEnum
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
BANNER
public static final Banner BANNER
BANNER_enabled
public static final Banner BANNER_enabled
BANNER_defaut
public static final Banner BANNER_defaut
BANNER_ucfirst_id
public static final Banner BANNER_ucfirst_id
BANNER_groups
public static final Banner BANNER_groups
BANNER_groups_common
public static final Banner BANNER_groups_common
BANNER_groups_GROUP_1
public static final Banner BANNER_groups_GROUP_1
BANNER_groups_GROUP_2
public static final Banner BANNER_groups_GROUP_2
BANNER_special_head
public static final Banner BANNER_special_head
BANNER_special_head_HEAD_GROUP_1
public static final Banner BANNER_special_head_HEAD_GROUP_1
BANNER_special_head_HEAD_GROUP_1_brasil
public static final Banner BANNER_special_head_HEAD_GROUP_1_brasil
BANNER_special_head_HEAD_GROUP_1_bunny
public static final Banner BANNER_special_head_HEAD_GROUP_1_bunny
BANNER_special_head_HEAD_GROUP_1_eye
public static final Banner BANNER_special_head_HEAD_GROUP_1_eye
BANNER_special_banner
public static final Banner BANNER_special_banner
BANNER_special_banner_BANNER_GROUP_1_creeper
public static final Banner BANNER_special_banner_BANNER_GROUP_1_creeper
BANNER_special_banner_BANNER_GROUP_1_mojang
public static final Banner BANNER_special_banner_BANNER_GROUP_1_mojang
Method Details
values
public static Banner [] values ()
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
getPath
Specified by:
getPath in interface me.ulrich.econfig.interfaces.ConfigurationEnum
getDefaultValue
public Object getDefaultValue ()
Specified by:
getDefaultValue in interface me.ulrich.econfig.interfaces.ConfigurationEnum