|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.annotation.AnnotationAttribute
public class AnnotationAttribute
Represents a attribute of an annotation.
Constructor Summary | |
---|---|
AnnotationAttribute(java.lang.String name,
java.lang.Class type,
java.lang.Object defaultValue)
Ctor. |
Method Summary | |
---|---|
java.lang.Object |
getDefaultValue()
Returns default value of annotation. |
java.lang.String |
getName()
Returns attribute name. |
java.lang.Class |
getType()
Returns attribute type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotationAttribute(java.lang.String name, java.lang.Class type, java.lang.Object defaultValue)
name
- name of attributetype
- attribute typedefaultValue
- default value, if any is specifiedMethod Detail |
---|
public java.lang.String getName()
public java.lang.Class getType()
public java.lang.Object getDefaultValue()
|
© 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 |