public static enum GlobalValues.Type extends java.lang.Enum<GlobalValues.Type>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFunctionName() |
static GlobalValues.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalValues.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalValues.Type MEAN
public static final GlobalValues.Type SUM
public static final GlobalValues.Type MIN
public static final GlobalValues.Type MAX
public static final GlobalValues.Type STDDEV
public static GlobalValues.Type[] values()
for (GlobalValues.Type c : GlobalValues.Type.values()) System.out.println(c);
public static GlobalValues.Type 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 getFunctionName()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.