public enum EventTypeTypeClass extends Enum<EventTypeTypeClass>
Enum Constant and Description |
---|
APPLICATION
An application-defined event type such as JavaBean or legacy Java, XML or Map.
|
BEAN_INCIDENTAL
A bean-derived event type.
|
CONTEXTPROPDERIVED
A create-context for context properties event type.
|
DATAFLOWDERIVED
A Dataflow derived event type.
|
DBDERIVED
A DB-access derived event type.
|
ENUMDERIVED
An enum-method derived event type.
|
EXCLUDEPLANHINTDERIVED
An event type for exclude-plan evaluation.
|
MATCHRECOGDERIVED
A match-recognized-derived stream event type.
|
METHODPOLLDERIVED
A From-clause-method derived event type.
|
NAMED_WINDOW
A type representing a named window.
|
PATTERNDERIVED
A pattern-derived stream event type.
|
REVISION
A revision event type.
|
STATEMENTOUT
An application-defined event type such as JavaBean or legacy Java, XML or Map.
|
STREAM
A type that represents the information made available via insert-into.
|
SUBQDERIVED
A subquery-method derived event type.
|
TABLE_INTERNAL
A type for internal use with tables
|
TABLE_PUBLIC
A type representing a table.
|
UDFDERIVED
An UDF-method derived event type.
|
VARIANT
A variant stream event type.
|
VIEWDERIVED
An derived-value-view-defined event type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTable()
Returns indicator whether the type is related to a table.
|
static EventTypeTypeClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeTypeClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTypeTypeClass STREAM
public static final EventTypeTypeClass REVISION
public static final EventTypeTypeClass PATTERNDERIVED
public static final EventTypeTypeClass MATCHRECOGDERIVED
public static final EventTypeTypeClass VARIANT
public static final EventTypeTypeClass APPLICATION
public static final EventTypeTypeClass STATEMENTOUT
public static final EventTypeTypeClass VIEWDERIVED
public static final EventTypeTypeClass ENUMDERIVED
public static final EventTypeTypeClass CONTEXTPROPDERIVED
public static final EventTypeTypeClass BEAN_INCIDENTAL
public static final EventTypeTypeClass UDFDERIVED
public static final EventTypeTypeClass SUBQDERIVED
public static final EventTypeTypeClass DBDERIVED
public static final EventTypeTypeClass DATAFLOWDERIVED
public static final EventTypeTypeClass METHODPOLLDERIVED
public static final EventTypeTypeClass NAMED_WINDOW
public static final EventTypeTypeClass TABLE_PUBLIC
public static final EventTypeTypeClass TABLE_INTERNAL
public static final EventTypeTypeClass EXCLUDEPLANHINTDERIVED
public static EventTypeTypeClass[] values()
for (EventTypeTypeClass c : EventTypeTypeClass.values()) System.out.println(c);
public static EventTypeTypeClass 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 boolean isTable()
Copyright © 2005–2021. All rights reserved.