public static enum Constants.WatermarkSourceType extends java.lang.Enum<Constants.WatermarkSourceType>
| Enum Constant and Description |
|---|
LITERA
0: The watermark source is a litera.
|
PICTURE
2: The watermark source is an image.
|
TIMESTAMPS
1: The watermark source is a timestamp.
|
| Modifier and Type | Field and Description |
|---|---|
private int |
value |
| Modifier and Type | Method and Description |
|---|---|
static Constants.WatermarkSourceType |
fromInt(int value) |
int |
getValue() |
static Constants.WatermarkSourceType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.WatermarkSourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.WatermarkSourceType LITERA
public static final Constants.WatermarkSourceType TIMESTAMPS
public static final Constants.WatermarkSourceType PICTURE
public static Constants.WatermarkSourceType[] values()
for (Constants.WatermarkSourceType c : Constants.WatermarkSourceType.values()) System.out.println(c);
public static Constants.WatermarkSourceType 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 nullpublic int getValue()
public static Constants.WatermarkSourceType fromInt(int value)