Package net.troja.eve.esi.model
Enum MailLabel.ColorEnum
- java.lang.Object
-
- java.lang.Enum<MailLabel.ColorEnum>
-
- net.troja.eve.esi.model.MailLabel.ColorEnum
-
- All Implemented Interfaces:
Serializable,Comparable<MailLabel.ColorEnum>
- Enclosing class:
- MailLabel
public static enum MailLabel.ColorEnum extends Enum<MailLabel.ColorEnum>
color string
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMailLabel.ColorEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MailLabel.ColorEnumfromValue(String value)StringgetValue()StringtoString()static MailLabel.ColorEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static MailLabel.ColorEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_0000FE
public static final MailLabel.ColorEnum _0000FE
-
_006634
public static final MailLabel.ColorEnum _006634
-
_0099FF
public static final MailLabel.ColorEnum _0099FF
-
_00FF33
public static final MailLabel.ColorEnum _00FF33
-
_01FFFF
public static final MailLabel.ColorEnum _01FFFF
-
_349800
public static final MailLabel.ColorEnum _349800
-
_660066
public static final MailLabel.ColorEnum _660066
-
_666666
public static final MailLabel.ColorEnum _666666
-
_999999
public static final MailLabel.ColorEnum _999999
-
_99FFFF
public static final MailLabel.ColorEnum _99FFFF
-
_9A0000
public static final MailLabel.ColorEnum _9A0000
-
CCFF9A
public static final MailLabel.ColorEnum CCFF9A
-
E6E6E6
public static final MailLabel.ColorEnum E6E6E6
-
FE0000
public static final MailLabel.ColorEnum FE0000
-
FF6600
public static final MailLabel.ColorEnum FF6600
-
FFFF01
public static final MailLabel.ColorEnum FFFF01
-
FFFFCD
public static final MailLabel.ColorEnum FFFFCD
-
FFFFFF
public static final MailLabel.ColorEnum FFFFFF
-
-
Method Detail
-
values
public static MailLabel.ColorEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MailLabel.ColorEnum c : MailLabel.ColorEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MailLabel.ColorEnum valueOf(String name)
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 nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<MailLabel.ColorEnum>
-
fromValue
public static MailLabel.ColorEnum fromValue(String value)
-
-