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