public static enum Styleable.Style extends Enum<Styleable.Style>
| Enum Constant and Description |
|---|
DANGER |
DEFAULT |
INFO |
LIGHT |
LINK |
PRIMARY |
SECONDARY |
SUCCESS |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static Styleable.Style |
forValue(String value) |
String |
toValue() |
static Styleable.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Styleable.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Styleable.Style DEFAULT
public static final Styleable.Style PRIMARY
public static final Styleable.Style SUCCESS
public static final Styleable.Style INFO
public static final Styleable.Style WARNING
public static final Styleable.Style DANGER
public static final Styleable.Style LINK
public static final Styleable.Style LIGHT
public static final Styleable.Style SECONDARY
public static Styleable.Style[] values()
for (Styleable.Style c : Styleable.Style.values()) System.out.println(c);
public static Styleable.Style 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 nullpublic String toValue()
public static Styleable.Style forValue(String value)
Copyright © 2020. All rights reserved.