public static enum TableFunctionAttribute.Value extends Enum<TableFunctionAttribute.Value>
Enum Constant and Description |
---|
AUTO |
AVERAGE |
COUNT |
COUNTNUMS |
MAX |
MIN |
PRODUCT |
STDEV |
STDEVP |
SUM |
VAR |
VARP |
Modifier and Type | Method and Description |
---|---|
static TableFunctionAttribute.Value |
enumValueOf(String value) |
String |
toString() |
static TableFunctionAttribute.Value |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableFunctionAttribute.Value[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TableFunctionAttribute.Value AUTO
public static final TableFunctionAttribute.Value AVERAGE
public static final TableFunctionAttribute.Value COUNT
public static final TableFunctionAttribute.Value COUNTNUMS
public static final TableFunctionAttribute.Value MAX
public static final TableFunctionAttribute.Value MIN
public static final TableFunctionAttribute.Value PRODUCT
public static final TableFunctionAttribute.Value STDEV
public static final TableFunctionAttribute.Value STDEVP
public static final TableFunctionAttribute.Value SUM
public static final TableFunctionAttribute.Value VAR
public static final TableFunctionAttribute.Value VARP
public static TableFunctionAttribute.Value[] values()
for (TableFunctionAttribute.Value c : TableFunctionAttribute.Value.values()) System.out.println(c);
public static TableFunctionAttribute.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<TableFunctionAttribute.Value>
public static TableFunctionAttribute.Value enumValueOf(String value)
Copyright © 2008–2018 Apache Software Foundation; Copyright © 2018–2020 The Document Foundation. All rights reserved.