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