public static enum ReactComponent.Feature extends java.lang.Enum<ReactComponent.Feature>
| Enum Constant and Description |
|---|
FALSE |
IF_DETECTED |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
static ReactComponent.Feature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReactComponent.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReactComponent.Feature TRUE
public static final ReactComponent.Feature FALSE
public static final ReactComponent.Feature IF_DETECTED
public static ReactComponent.Feature[] values()
for (ReactComponent.Feature c : ReactComponent.Feature.values()) System.out.println(c);
public static ReactComponent.Feature 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