public enum NewImageMode extends Enum<NewImageMode>
QApiEnumDescriptor{name=NewImageMode, data=[existing, absolute-paths], fields=null}| Enum Constant and Description | 
|---|
| __UNKNOWN | 
| absolute_paths | 
| existing | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getJsonValue() | 
| static NewImageMode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static NewImageMode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final NewImageMode existing
public static final NewImageMode absolute_paths
public static final NewImageMode __UNKNOWN
public static NewImageMode[] values()
for (NewImageMode c : NewImageMode.values()) System.out.println(c);
public static NewImageMode 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 getJsonValue()