public enum UploadTargetType extends Enum<UploadTargetType>
Modifier and Type | Class and Description |
---|---|
static class |
UploadTargetType.TaskStatusDeserializer |
Modifier and Type | Method and Description |
---|---|
static TaskStatus |
fromKey(int key) |
int |
getValue() |
static UploadTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadTargetType Js
public static final UploadTargetType Jar
public static UploadTargetType[] values()
for (UploadTargetType c : UploadTargetType.values()) System.out.println(c);
public static UploadTargetType 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 int getValue()
public static TaskStatus fromKey(int key)
Copyright © 2016–2017. All rights reserved.