public static enum RemovedImage.Type extends Enum<RemovedImage.Type>
| Modifier and Type | Method and Description |
|---|---|
static RemovedImage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemovedImage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemovedImage.Type UNTAGGED
public static final RemovedImage.Type DELETED
public static final RemovedImage.Type UNKNOWN
public static RemovedImage.Type[] values()
for (RemovedImage.Type c : RemovedImage.Type.values()) System.out.println(c);
public static RemovedImage.Type 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 nullCopyright © 2016. All rights reserved.