|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SchlegelCalculator.Statistic>
uk.ac.starlink.ttools.calc.SchlegelCalculator.Statistic
public static enum SchlegelCalculator.Statistic
Enumerates statistics available from the IPAC dust service.
Enum Constant Summary | |
---|---|
MAX
Maximum value. |
|
MEAN
Mean value. |
|
MIN
Minimum value. |
|
REF_PIXEL
Value at reference pixel. |
|
STD
Standard deviation. |
Method Summary | |
---|---|
static SchlegelCalculator.Statistic |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SchlegelCalculator.Statistic[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SchlegelCalculator.Statistic MEAN
public static final SchlegelCalculator.Statistic REF_PIXEL
public static final SchlegelCalculator.Statistic STD
public static final SchlegelCalculator.Statistic MAX
public static final SchlegelCalculator.Statistic MIN
Method Detail |
---|
public static SchlegelCalculator.Statistic[] values()
for (SchlegelCalculator.Statistic c : SchlegelCalculator.Statistic.values()) System.out.println(c);
public static SchlegelCalculator.Statistic valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |