com.espertech.esper.epl.enummethod.dot
Enum EnumMethodEnum

java.lang.Object
  extended by java.lang.Enum<EnumMethodEnum>
      extended by com.espertech.esper.epl.enummethod.dot.EnumMethodEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<EnumMethodEnum>

public enum EnumMethodEnum
extends java.lang.Enum<EnumMethodEnum>


Enum Constant Summary
AGGREGATE
           
ALLOF
           
ANYOF
           
AVERAGE
           
COUNTOF
           
DISTINCT
           
EXCEPT
           
FIRST
           
GROUPBY
           
INTERSECT
           
LAST
           
LEASTFREQUENT
           
MAX
           
MAXBY
           
MIN
           
MINBY
           
MOSTFREQUENT
           
NOOP
           
ORDERBY
           
ORDERBYDESC
           
REVERSE
           
SELECTFROM
           
SEQUENCE_EQUAL
           
SUMOF
           
TAKE
           
TAKELAST
           
TAKEWHILE
           
TAKEWHILELAST
           
TOMAP
           
UNION
           
WHERE
           
 
Method Summary
static EnumMethodEnum fromName(java.lang.String name)
           
 DotMethodFP[] getFootprints()
           
 java.lang.Class getImplementation()
           
 java.lang.String getNameCamel()
           
static boolean isEnumerationMethod(java.lang.String name)
           
static EnumMethodEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static EnumMethodEnum[] 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

AGGREGATE

public static final EnumMethodEnum AGGREGATE

ALLOF

public static final EnumMethodEnum ALLOF

ANYOF

public static final EnumMethodEnum ANYOF

TOMAP

public static final EnumMethodEnum TOMAP

GROUPBY

public static final EnumMethodEnum GROUPBY

COUNTOF

public static final EnumMethodEnum COUNTOF

MIN

public static final EnumMethodEnum MIN

MAX

public static final EnumMethodEnum MAX

AVERAGE

public static final EnumMethodEnum AVERAGE

SUMOF

public static final EnumMethodEnum SUMOF

MOSTFREQUENT

public static final EnumMethodEnum MOSTFREQUENT

LEASTFREQUENT

public static final EnumMethodEnum LEASTFREQUENT

SELECTFROM

public static final EnumMethodEnum SELECTFROM

FIRST

public static final EnumMethodEnum FIRST

LAST

public static final EnumMethodEnum LAST

MINBY

public static final EnumMethodEnum MINBY

MAXBY

public static final EnumMethodEnum MAXBY

TAKE

public static final EnumMethodEnum TAKE

TAKELAST

public static final EnumMethodEnum TAKELAST

TAKEWHILE

public static final EnumMethodEnum TAKEWHILE

TAKEWHILELAST

public static final EnumMethodEnum TAKEWHILELAST

ORDERBY

public static final EnumMethodEnum ORDERBY

ORDERBYDESC

public static final EnumMethodEnum ORDERBYDESC

DISTINCT

public static final EnumMethodEnum DISTINCT

WHERE

public static final EnumMethodEnum WHERE

UNION

public static final EnumMethodEnum UNION

EXCEPT

public static final EnumMethodEnum EXCEPT

INTERSECT

public static final EnumMethodEnum INTERSECT

REVERSE

public static final EnumMethodEnum REVERSE

NOOP

public static final EnumMethodEnum NOOP

SEQUENCE_EQUAL

public static final EnumMethodEnum SEQUENCE_EQUAL
Method Detail

values

public static EnumMethodEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EnumMethodEnum c : EnumMethodEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EnumMethodEnum valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getNameCamel

public java.lang.String getNameCamel()

getFootprints

public DotMethodFP[] getFootprints()

isEnumerationMethod

public static boolean isEnumerationMethod(java.lang.String name)

fromName

public static EnumMethodEnum fromName(java.lang.String name)

getImplementation

public java.lang.Class getImplementation()

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com