public static enum TablePtg.Item extends Enum<TablePtg.Item>
Modifier and Type | Method and Description |
---|---|
String |
getName() |
static TablePtg.Item |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TablePtg.Item |
valueOfName(String name) |
static TablePtg.Item[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TablePtg.Item ALL
public static final TablePtg.Item HEADERS
public static final TablePtg.Item DATA
public static final TablePtg.Item TOTALS
public static final TablePtg.Item THIS_ROW
public static TablePtg.Item[] values()
for (TablePtg.Item c : TablePtg.Item.values()) System.out.println(c);
public static TablePtg.Item 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 getName()
public static TablePtg.Item valueOfName(String name)
Copyright © 2020. All rights reserved.