LeanplumEditorMode
will be made private in future releases, since it is not
intended to be public API.@Deprecated public enum LeanplumEditorMode extends java.lang.Enum<LeanplumEditorMode>
Enum Constant and Description |
---|
LP_EDITOR_MODE_EVENT
Deprecated.
|
LP_EDITOR_MODE_INTERFACE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Deprecated.
Returns the value of the enum entry.
|
static LeanplumEditorMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static LeanplumEditorMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LeanplumEditorMode LP_EDITOR_MODE_INTERFACE
public static final LeanplumEditorMode LP_EDITOR_MODE_EVENT
public static LeanplumEditorMode[] values()
for (LeanplumEditorMode c : LeanplumEditorMode.values()) System.out.println(c);
public static LeanplumEditorMode 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 int getValue()