public static enum PropositionValueColumnSpec.Type extends Enum<PropositionValueColumnSpec.Type>
| Enum Constant and Description |
|---|
AVG |
FIRST |
LAST |
MAX |
MEDIAN |
MIN |
SUM |
| Modifier and Type | Method and Description |
|---|---|
static PropositionValueColumnSpec.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropositionValueColumnSpec.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropositionValueColumnSpec.Type MAX
public static final PropositionValueColumnSpec.Type MIN
public static final PropositionValueColumnSpec.Type FIRST
public static final PropositionValueColumnSpec.Type LAST
public static final PropositionValueColumnSpec.Type SUM
public static final PropositionValueColumnSpec.Type AVG
public static final PropositionValueColumnSpec.Type MEDIAN
public static PropositionValueColumnSpec.Type[] values()
for (PropositionValueColumnSpec.Type c : PropositionValueColumnSpec.Type.values()) System.out.println(c);
public static PropositionValueColumnSpec.Type 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 nullCopyright © 2012–2016 Emory University. All rights reserved.