public enum PrintWhatAnnotFlags extends java.lang.Enum<PrintWhatAnnotFlags>
| Enum Constant and Description |
|---|
NO_EXTRAS |
PRINTER_MARKS |
TRAP_ANNOTS |
| Modifier and Type | Method and Description |
|---|---|
static PrintWhatAnnotFlags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PrintWhatAnnotFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintWhatAnnotFlags NO_EXTRAS
public static final PrintWhatAnnotFlags TRAP_ANNOTS
public static final PrintWhatAnnotFlags PRINTER_MARKS
public static PrintWhatAnnotFlags[] values()
for (PrintWhatAnnotFlags c : PrintWhatAnnotFlags.values()) System.out.println(c);
public static PrintWhatAnnotFlags 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