public enum AggregationMethodSortedEnum extends Enum<AggregationMethodSortedEnum>
Enum Constant and Description |
---|
CEILINGEVENT |
CEILINGEVENTS |
CEILINGKEY |
CONTAINSKEY |
COUNTEVENTS |
COUNTKEYS |
EVENTSBETWEEN |
FIRSTEVENT |
FIRSTEVENTS |
FIRSTKEY |
FLOOREVENT |
FLOOREVENTS |
FLOORKEY |
GETEVENT |
GETEVENTS |
HIGHEREVENT |
HIGHEREVENTS |
HIGHERKEY |
LASTEVENT |
LASTEVENTS |
LASTKEY |
LOWEREVENT |
LOWEREVENTS |
LOWERKEY |
NAVIGABLEMAPREFERENCE |
SUBMAP |
Modifier and Type | Method and Description |
---|---|
static AggregationMethodSortedEnum |
fromString(String nameMixed) |
AggregationMethodSortedFootprintEnum |
getFootprint() |
EPTypeClass |
getResultType(EPTypeClass underlyingType,
EPTypeClass keyType) |
boolean |
isReturnsCollectionOfEvents() |
boolean |
isReturnsSingleEvent() |
static AggregationMethodSortedEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AggregationMethodSortedEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AggregationMethodSortedEnum FLOOREVENT
public static final AggregationMethodSortedEnum FLOOREVENTS
public static final AggregationMethodSortedEnum FLOORKEY
public static final AggregationMethodSortedEnum CEILINGEVENT
public static final AggregationMethodSortedEnum CEILINGEVENTS
public static final AggregationMethodSortedEnum CEILINGKEY
public static final AggregationMethodSortedEnum LOWEREVENT
public static final AggregationMethodSortedEnum LOWEREVENTS
public static final AggregationMethodSortedEnum LOWERKEY
public static final AggregationMethodSortedEnum HIGHEREVENT
public static final AggregationMethodSortedEnum HIGHEREVENTS
public static final AggregationMethodSortedEnum HIGHERKEY
public static final AggregationMethodSortedEnum FIRSTEVENT
public static final AggregationMethodSortedEnum FIRSTEVENTS
public static final AggregationMethodSortedEnum FIRSTKEY
public static final AggregationMethodSortedEnum LASTEVENT
public static final AggregationMethodSortedEnum LASTEVENTS
public static final AggregationMethodSortedEnum LASTKEY
public static final AggregationMethodSortedEnum GETEVENT
public static final AggregationMethodSortedEnum GETEVENTS
public static final AggregationMethodSortedEnum CONTAINSKEY
public static final AggregationMethodSortedEnum COUNTEVENTS
public static final AggregationMethodSortedEnum COUNTKEYS
public static final AggregationMethodSortedEnum EVENTSBETWEEN
public static final AggregationMethodSortedEnum SUBMAP
public static final AggregationMethodSortedEnum NAVIGABLEMAPREFERENCE
public static AggregationMethodSortedEnum[] values()
for (AggregationMethodSortedEnum c : AggregationMethodSortedEnum.values()) System.out.println(c);
public static AggregationMethodSortedEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AggregationMethodSortedEnum fromString(String nameMixed)
public boolean isReturnsCollectionOfEvents()
public boolean isReturnsSingleEvent()
public AggregationMethodSortedFootprintEnum getFootprint()
public EPTypeClass getResultType(EPTypeClass underlyingType, EPTypeClass keyType)
Copyright © 2005–2022. All rights reserved.