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
 java.lang.String name
          Returns the tag name.
 java.lang.String value
          Returns the tag value.
 

Element Detail

name

public abstract java.lang.String name
Returns the tag name.

Returns:
tag name.

value

public abstract java.lang.String value
Returns the tag value.

Returns:
tag value.

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com