protected static enum Watermark.PropertyKeys extends Enum<Watermark.PropertyKeys>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Watermark.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Watermark.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Watermark.PropertyKeys widgetVar
public static final Watermark.PropertyKeys value
public static final Watermark.PropertyKeys forValue
public static Watermark.PropertyKeys[] values()
for (Watermark.PropertyKeys c : Watermark.PropertyKeys.values()) System.out.println(c);
public static Watermark.PropertyKeys 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 toString()
toString
in class Enum<Watermark.PropertyKeys>
Copyright © 2015. All rights reserved.