public static enum DynamicIcon.IconAlt extends java.lang.Enum<DynamicIcon.IconAlt>
Enum Constant and Description |
---|
AVAILABLE |
AWAY |
CONN_CLOSED |
DONT_DISTURB |
EX_INTERNAL_ERROR |
ICON_LOADING |
IN_A_MEETING |
INCOMPATIBLE_ERROR |
LOOKUP_ERROR |
MOBILE |
OFFLINE |
PARTNER_BLANK |
UNKNOW |
Modifier and Type | Method and Description |
---|---|
static DynamicIcon.IconAlt |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DynamicIcon.IconAlt[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicIcon.IconAlt AWAY
public static final DynamicIcon.IconAlt DONT_DISTURB
public static final DynamicIcon.IconAlt IN_A_MEETING
public static final DynamicIcon.IconAlt MOBILE
public static final DynamicIcon.IconAlt AVAILABLE
public static final DynamicIcon.IconAlt OFFLINE
public static final DynamicIcon.IconAlt UNKNOW
public static final DynamicIcon.IconAlt CONN_CLOSED
public static final DynamicIcon.IconAlt INCOMPATIBLE_ERROR
public static final DynamicIcon.IconAlt PARTNER_BLANK
public static final DynamicIcon.IconAlt LOOKUP_ERROR
public static final DynamicIcon.IconAlt ICON_LOADING
public static final DynamicIcon.IconAlt EX_INTERNAL_ERROR
public static DynamicIcon.IconAlt[] values()
for (DynamicIcon.IconAlt c : DynamicIcon.IconAlt.values()) System.out.println(c);
public static DynamicIcon.IconAlt 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