public enum EventRepresentationEnum extends java.lang.Enum<EventRepresentationEnum>
Enum Constant and Description |
---|
DEFAULT |
MAP |
OBJECTARRAY |
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(EPStatementObjectModel model) |
java.lang.String |
getAnnotationText() |
static EventRepresentationEnum |
getEngineDefault(EPServiceProvider engine) |
java.lang.Class |
getOutputClass() |
java.lang.String |
getOutputTypeCreateSchemaName() |
boolean |
isObjectArrayEvent() |
boolean |
matchesClass(java.lang.Class representationType) |
static EventRepresentationEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventRepresentationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventRepresentationEnum OBJECTARRAY
public static final EventRepresentationEnum MAP
public static final EventRepresentationEnum DEFAULT
public static EventRepresentationEnum[] values()
for (EventRepresentationEnum c : EventRepresentationEnum.values()) System.out.println(c);
public static EventRepresentationEnum 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 namejava.lang.NullPointerException
- if the argument is nullpublic static EventRepresentationEnum getEngineDefault(EPServiceProvider engine)
public java.lang.String getAnnotationText()
public java.lang.Class getOutputClass()
public java.lang.String getOutputTypeCreateSchemaName()
public boolean matchesClass(java.lang.Class representationType)
public boolean isObjectArrayEvent()
public void addAnnotation(EPStatementObjectModel model)