@ParametersAreNonnullByDefault public enum CodeAreaColorizationColorType extends java.lang.Enum<CodeAreaColorizationColorType> implements org.exbin.bined.color.CodeAreaColorType
| Enum Constant and Description |
|---|
CONTROL_CODES_BACKGROUND |
CONTROL_CODES_COLOR |
UPPER_CODES_BACKGROUND |
UPPER_CODES_COLOR |
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<org.exbin.bined.color.CodeAreaColorGroup> |
getGroup() |
java.lang.String |
getId() |
static CodeAreaColorizationColorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CodeAreaColorizationColorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeAreaColorizationColorType CONTROL_CODES_COLOR
public static final CodeAreaColorizationColorType CONTROL_CODES_BACKGROUND
public static final CodeAreaColorizationColorType UPPER_CODES_COLOR
public static final CodeAreaColorizationColorType UPPER_CODES_BACKGROUND
public static CodeAreaColorizationColorType[] values()
for (CodeAreaColorizationColorType c : CodeAreaColorizationColorType.values()) System.out.println(c);
public static CodeAreaColorizationColorType 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@Nonnull public java.lang.String getId()
getId in interface org.exbin.bined.color.CodeAreaColorType@Nonnull public java.util.Optional<org.exbin.bined.color.CodeAreaColorGroup> getGroup()
getGroup in interface org.exbin.bined.color.CodeAreaColorType