|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<StatOutputFormat>
com.nesstar.api.analysis.StatOutputFormat
public enum StatOutputFormat
An enumeration of formats used to serialise the results of statistical operations.
| Enum Constant Summary | |
|---|---|
CSV
Comma separated values. |
|
DSPL
Dataset Publishing Language. |
|
NESSTAR_4_NATIVE
The XML format used internally in the Nesstar 4 software system. |
|
| Method Summary | |
|---|---|
static StatOutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static StatOutputFormat[] |
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 StatOutputFormat NESSTAR_4_NATIVE
public static final StatOutputFormat DSPL
public static final StatOutputFormat CSV
| Method Detail |
|---|
public static StatOutputFormat[] values()
for (StatOutputFormat c : StatOutputFormat.values()) System.out.println(c);
public static StatOutputFormat 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 | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||