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(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(String name,
String moduleName,
EventTypeTypeClass typeClass,
EventTypeApplicationType applicationType,
NameAccessModifier accessModifier,
EventTypeBusModifier busModifier,
boolean isPropertyAgnostic,
EventTypeIdPair eventTypeIdPair)
Ctor.
|
Copyright © 2005–2018. All rights reserved.