public static enum TablePtg.Item extends java.lang.Enum<TablePtg.Item>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static TablePtg.Item |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TablePtg.Item |
valueOfName(java.lang.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(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 nullpublic java.lang.String getName()
public static TablePtg.Item valueOfName(java.lang.String name)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.