public static enum WatermarkSetting.WATERMARK_LOCATION extends java.lang.Enum<WatermarkSetting.WATERMARK_LOCATION>
| NorthWest | | NorthEast
| | |
| | |
| --------------|----------------|--------------
| | |
| | |
| | |
| --------------|----------------|--------------
| | |
| | |
| SouthWest | | SouthEast
| Enum Constant and Description |
|---|
NORTH_EAST |
NORTH_WEST |
SOUTH_EAST |
SOUTH_WEST |
| Modifier and Type | Method and Description |
|---|---|
static WatermarkSetting.WATERMARK_LOCATION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WatermarkSetting.WATERMARK_LOCATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatermarkSetting.WATERMARK_LOCATION NORTH_WEST
public static final WatermarkSetting.WATERMARK_LOCATION NORTH_EAST
public static final WatermarkSetting.WATERMARK_LOCATION SOUTH_WEST
public static final WatermarkSetting.WATERMARK_LOCATION SOUTH_EAST
public static WatermarkSetting.WATERMARK_LOCATION[] values()
for (WatermarkSetting.WATERMARK_LOCATION c : WatermarkSetting.WATERMARK_LOCATION.values()) System.out.println(c);
public static WatermarkSetting.WATERMARK_LOCATION valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null