public static enum Event.EnumUploadPhase extends Enum<Event.EnumUploadPhase>
| Enum Constant and Description |
|---|
NULL |
VALUE_CANCEL |
VALUE_FINISH |
VALUE_START |
VALUE_TRANSFER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Event.EnumUploadPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.EnumUploadPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.EnumUploadPhase VALUE_START
public static final Event.EnumUploadPhase VALUE_TRANSFER
public static final Event.EnumUploadPhase VALUE_FINISH
public static final Event.EnumUploadPhase VALUE_CANCEL
public static final Event.EnumUploadPhase NULL
public static Event.EnumUploadPhase[] values()
for (Event.EnumUploadPhase c : Event.EnumUploadPhase.values()) System.out.println(c);
public static Event.EnumUploadPhase valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Event.EnumUploadPhase>Copyright © 2018. All rights reserved.