public static enum TableTypeAttribute.Value extends Enum<TableTypeAttribute.Value>
Enum Constant and Description |
---|
COLUMN |
COLUMN_PERCENTAGE |
INDEX |
MEMBER_DIFFERENCE |
MEMBER_PERCENTAGE |
MEMBER_PERCENTAGE_DIFFERENCE |
NONE |
ROW |
ROW_PERCENTAGE |
RUNNING_TOTAL |
TABLE |
TOTAL_PERCENTAGE |
Modifier and Type | Method and Description |
---|---|
static TableTypeAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TableTypeAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTypeAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableTypeAttribute.Value COLUMN
public static final TableTypeAttribute.Value COLUMN_PERCENTAGE
public static final TableTypeAttribute.Value INDEX
public static final TableTypeAttribute.Value MEMBER_DIFFERENCE
public static final TableTypeAttribute.Value MEMBER_PERCENTAGE
public static final TableTypeAttribute.Value MEMBER_PERCENTAGE_DIFFERENCE
public static final TableTypeAttribute.Value NONE
public static final TableTypeAttribute.Value ROW
public static final TableTypeAttribute.Value ROW_PERCENTAGE
public static final TableTypeAttribute.Value RUNNING_TOTAL
public static final TableTypeAttribute.Value TABLE
public static final TableTypeAttribute.Value TOTAL_PERCENTAGE
public static TableTypeAttribute.Value[] values()
for (TableTypeAttribute.Value c : TableTypeAttribute.Value.values()) System.out.println(c);
public static TableTypeAttribute.Value 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 toString()
toString
in class Enum<TableTypeAttribute.Value>
public static TableTypeAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.