Package | Description |
---|---|
com.espertech.esper.common.client.meta |
Event type additional information.
|
Modifier and Type | Method and Description |
---|---|
EventTypeTypeClass |
EventTypeMetadata.getTypeClass()
Returns information on the originator or use of the event type
|
static EventTypeTypeClass |
EventTypeTypeClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventTypeTypeClass[] |
EventTypeTypeClass.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.