public static enum LithoLifecycleProvider.LithoLifecycle extends java.lang.Enum<LithoLifecycleProvider.LithoLifecycle>
Enum Constant and Description |
---|
DESTROYED |
HINT_INVISIBLE |
HINT_VISIBLE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsName(java.lang.String otherName) |
java.lang.String |
toString() |
static LithoLifecycleProvider.LithoLifecycle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LithoLifecycleProvider.LithoLifecycle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LithoLifecycleProvider.LithoLifecycle HINT_VISIBLE
public static final LithoLifecycleProvider.LithoLifecycle HINT_INVISIBLE
public static final LithoLifecycleProvider.LithoLifecycle DESTROYED
public static LithoLifecycleProvider.LithoLifecycle[] values()
for (LithoLifecycleProvider.LithoLifecycle c : LithoLifecycleProvider.LithoLifecycle.values()) System.out.println(c);
public static LithoLifecycleProvider.LithoLifecycle 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 nullpublic boolean equalsName(java.lang.String otherName)
public java.lang.String toString()
toString
in class java.lang.Enum<LithoLifecycleProvider.LithoLifecycle>