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