JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
com.espertech.esper.client.annotation
Annotation Type Tag
public @interface
Tag
Annotation for use in EPL statement to tag a statement with a name-value pair.
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
String
name
Returns the tag name.
String
value
Returns the tag value.
Element Detail
name
public abstract
String
name
Returns the tag name.
Returns:
tag name.
value
public abstract
String
value
Returns the tag value.
Returns:
tag value.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
© 2006-2017 EsperTech Inc.
All rights reserved.
Visit us at
espertech.com
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element