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