|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.spec.AnnotationDesc
public class AnnotationDesc
Describes an annotation.
Constructor Summary | |
---|---|
AnnotationDesc(java.lang.String name,
java.util.List<Pair<java.lang.String,java.lang.Object>> attributes)
Ctor. |
|
AnnotationDesc(java.lang.String name,
java.lang.String value)
|
Method Summary | |
---|---|
java.util.List<Pair<java.lang.String,java.lang.Object>> |
getAttributes()
Returns annotation attributes. |
java.lang.String |
getName()
Returns annotation interface class name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationDesc(java.lang.String name, java.util.List<Pair<java.lang.String,java.lang.Object>> attributes)
name
- name of annotationattributes
- are the attribute valuespublic AnnotationDesc(java.lang.String name, java.lang.String value)
Method Detail |
---|
public java.lang.String getName()
public java.util.List<Pair<java.lang.String,java.lang.Object>> getAttributes()
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |