public static enum TableGroupedByAttribute.Value extends Enum<TableGroupedByAttribute.Value>
Enum Constant and Description |
---|
DAYS |
HOURS |
MINUTES |
MONTHS |
QUARTERS |
SECONDS |
YEARS |
Modifier and Type | Method and Description |
---|---|
static TableGroupedByAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TableGroupedByAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableGroupedByAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableGroupedByAttribute.Value DAYS
public static final TableGroupedByAttribute.Value HOURS
public static final TableGroupedByAttribute.Value MINUTES
public static final TableGroupedByAttribute.Value MONTHS
public static final TableGroupedByAttribute.Value QUARTERS
public static final TableGroupedByAttribute.Value SECONDS
public static final TableGroupedByAttribute.Value YEARS
public static TableGroupedByAttribute.Value[] values()
for (TableGroupedByAttribute.Value c : TableGroupedByAttribute.Value.values()) System.out.println(c);
public static TableGroupedByAttribute.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<TableGroupedByAttribute.Value>
public static TableGroupedByAttribute.Value enumValueOf(String value)
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.