public static enum ReactViewBackgroundDrawable.BorderRadiusLocation extends java.lang.Enum<ReactViewBackgroundDrawable.BorderRadiusLocation>
Enum Constant and Description |
---|
BOTTOM_END |
BOTTOM_LEFT |
BOTTOM_RIGHT |
BOTTOM_START |
TOP_END |
TOP_LEFT |
TOP_RIGHT |
TOP_START |
Modifier and Type | Method and Description |
---|---|
static ReactViewBackgroundDrawable.BorderRadiusLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReactViewBackgroundDrawable.BorderRadiusLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactViewBackgroundDrawable.BorderRadiusLocation TOP_LEFT
public static final ReactViewBackgroundDrawable.BorderRadiusLocation TOP_RIGHT
public static final ReactViewBackgroundDrawable.BorderRadiusLocation BOTTOM_RIGHT
public static final ReactViewBackgroundDrawable.BorderRadiusLocation BOTTOM_LEFT
public static final ReactViewBackgroundDrawable.BorderRadiusLocation TOP_START
public static final ReactViewBackgroundDrawable.BorderRadiusLocation TOP_END
public static final ReactViewBackgroundDrawable.BorderRadiusLocation BOTTOM_START
public static final ReactViewBackgroundDrawable.BorderRadiusLocation BOTTOM_END
public static ReactViewBackgroundDrawable.BorderRadiusLocation[] values()
for (ReactViewBackgroundDrawable.BorderRadiusLocation c : ReactViewBackgroundDrawable.BorderRadiusLocation.values()) System.out.println(c);
public static ReactViewBackgroundDrawable.BorderRadiusLocation 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