public final enum

ExpressionOperatorType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ org.apache.helix.alerts.ExpressionOperatorType

Summary

Enum Values
ExpressionOperatorType  ACCUMULATE   
ExpressionOperatorType  DECAY   
ExpressionOperatorType  DIVIDE   
ExpressionOperatorType  EACH   
ExpressionOperatorType  MULTIPLY   
ExpressionOperatorType  SUBTRACT   
ExpressionOperatorType  SUM   
ExpressionOperatorType  WINDOW   
Public Methods
static ExpressionOperatorType valueOf(String name)
final static ExpressionOperatorType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ExpressionOperatorType ACCUMULATE

public static final ExpressionOperatorType DECAY

public static final ExpressionOperatorType DIVIDE

public static final ExpressionOperatorType EACH

public static final ExpressionOperatorType MULTIPLY

public static final ExpressionOperatorType SUBTRACT

public static final ExpressionOperatorType SUM

public static final ExpressionOperatorType WINDOW

Public Methods

public static ExpressionOperatorType valueOf (String name)

public static final ExpressionOperatorType[] values ()