Package | Description |
---|---|
com.espertech.esper.common.client.meta |
Event type additional information.
|
Modifier and Type | Method and Description |
---|---|
EventTypeApplicationType |
EventTypeMetadata.getApplicationType()
Returns the underlying type
|
static EventTypeApplicationType |
EventTypeApplicationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeApplicationType[] |
EventTypeApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EventTypeMetadata(java.lang.String name,
java.lang.String moduleName,
EventTypeTypeClass typeClass,
EventTypeApplicationType applicationType,
NameAccessModifier accessModifier,
EventTypeBusModifier busModifier,
boolean isPropertyAgnostic,
EventTypeIdPair eventTypeIdPair)
Ctor.
|