public enum ImageProxyType extends Enum<ImageProxyType> implements HasCode<ImageProxyType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImageProxyType.ImageProxyTypeDeserializer |
| Enum Constant and Description |
|---|
ACMOS_CAMO |
| Modifier and Type | Method and Description |
|---|---|
static ImageProxyType |
of(String code) |
static ImageProxyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageProxyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageProxyType ACMOS_CAMO
public static ImageProxyType[] values()
for (ImageProxyType c : ImageProxyType.values()) System.out.println(c);
public static ImageProxyType 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 static ImageProxyType of(String code)
Copyright © 2018. All rights reserved.