|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ViewFieldEnum>
com.espertech.esper.view.ViewFieldEnum
public enum ViewFieldEnum
Enumerates the valid values for each view's public fields. The name of the field or property can be used to obtain values from the view rather than using the hardcoded String value for the field.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the field name of fields that contain data within a view's posted objects. |
static ViewFieldEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewFieldEnum[] |
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 ViewFieldEnum UNIVARIATE_STATISTICS__DATAPOINTS
public static final ViewFieldEnum UNIVARIATE_STATISTICS__TOTAL
public static final ViewFieldEnum UNIVARIATE_STATISTICS__AVERAGE
public static final ViewFieldEnum UNIVARIATE_STATISTICS__STDDEVPA
public static final ViewFieldEnum UNIVARIATE_STATISTICS__STDDEV
public static final ViewFieldEnum UNIVARIATE_STATISTICS__VARIANCE
public static final ViewFieldEnum WEIGHTED_AVERAGE__AVERAGE
public static final ViewFieldEnum CORRELATION__CORRELATION
public static final ViewFieldEnum REGRESSION__SLOPE
public static final ViewFieldEnum REGRESSION__YINTERCEPT
public static final ViewFieldEnum REGRESSION__XAVERAGE
public static final ViewFieldEnum REGRESSION__XSTANDARDDEVIATIONPOP
public static final ViewFieldEnum REGRESSION__XSTANDARDDEVIATIONSAMPLE
public static final ViewFieldEnum REGRESSION__XSUM
public static final ViewFieldEnum REGRESSION__XVARIANCE
public static final ViewFieldEnum REGRESSION__YAVERAGE
public static final ViewFieldEnum REGRESSION__YSTANDARDDEVIATIONPOP
public static final ViewFieldEnum REGRESSION__YSTANDARDDEVIATIONSAMPLE
public static final ViewFieldEnum REGRESSION__YSUM
public static final ViewFieldEnum REGRESSION__YVARIANCE
public static final ViewFieldEnum REGRESSION__DATAPOINTS
public static final ViewFieldEnum REGRESSION__N
public static final ViewFieldEnum REGRESSION__SUMX
public static final ViewFieldEnum REGRESSION__SUMXSQ
public static final ViewFieldEnum REGRESSION__SUMXY
public static final ViewFieldEnum REGRESSION__SUMY
public static final ViewFieldEnum REGRESSION__SUMYSQ
public static final ViewFieldEnum SIZE_VIEW__SIZE
Method Detail |
---|
public static ViewFieldEnum[] values()
for (ViewFieldEnum c : ViewFieldEnum.values()) System.out.println(c);
public static ViewFieldEnum 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String getName()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |