public interface ConstantAnnotationExpression extends AnnotationExpression
Modifier and Type | Interface and Description |
---|---|
static class |
ConstantAnnotationExpression.Type |
Modifier and Type | Method and Description |
---|---|
ConstantAnnotationExpression.Type |
getType() |
String |
getValue() |
void |
setType(ConstantAnnotationExpression.Type type) |
void |
setValue(String value) |
asConstant, asDynamic, isConstant, isDynamic
ConstantAnnotationExpression.Type getType()
void setType(ConstantAnnotationExpression.Type type)
String getValue()
void setValue(String value)
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.