public static enum SpreadsheetCtrl.Header extends Enum<SpreadsheetCtrl.Header>
Modifier and Type | Method and Description |
---|---|
static SpreadsheetCtrl.Header |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpreadsheetCtrl.Header[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SpreadsheetCtrl.Header NONE
public static final SpreadsheetCtrl.Header ROW
public static final SpreadsheetCtrl.Header COLUMN
public static final SpreadsheetCtrl.Header BOTH
public static SpreadsheetCtrl.Header[] values()
for (SpreadsheetCtrl.Header c : SpreadsheetCtrl.Header.values()) System.out.println(c);
public static SpreadsheetCtrl.Header 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 © 2020. All rights reserved.