public static enum WidgetElement.TextElement.Kind extends Enum<WidgetElement.TextElement.Kind>
Enum.EnumDesc<E extends Enum<E>>
Enum Constant and Description |
---|
ASIDE |
NORMAL |
SUBHEADING |
UNAVAILABLE |
Modifier and Type | Method and Description |
---|---|
static WidgetElement.TextElement.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WidgetElement.TextElement.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WidgetElement.TextElement.Kind NORMAL
public static final WidgetElement.TextElement.Kind ASIDE
public static final WidgetElement.TextElement.Kind SUBHEADING
public static final WidgetElement.TextElement.Kind UNAVAILABLE
public static WidgetElement.TextElement.Kind[] values()
public static WidgetElement.TextElement.Kind valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null