public static enum PrintFormatTable.PrintStyles extends Enum<PrintFormatTable.PrintStyles>
Modifier and Type | Method and Description |
---|---|
static PrintFormatTable.PrintStyles |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrintFormatTable.PrintStyles[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrintFormatTable.PrintStyles TXT
public static final PrintFormatTable.PrintStyles XML
public static final PrintFormatTable.PrintStyles HTML
public static PrintFormatTable.PrintStyles[] values()
for (PrintFormatTable.PrintStyles c : PrintFormatTable.PrintStyles.values()) System.out.println(c);
public static PrintFormatTable.PrintStyles 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 nullCopyright © 2016 Open Microscopy Environment