| Modifier and Type | Method and Description |
|---|---|
AnnotationReference[] |
getAnnotationArrayValue(String name)
Returns the value for the given property.
|
AnnotationTypeDeclaration |
getAnnotationTypeDeclaration() |
AnnotationReference |
getAnnotationValue(String name)
Returns the value for the given property.
|
boolean[] |
getBooleanArrayValue(String name)
Returns the value for the given property.
|
boolean |
getBooleanValue(String name)
Returns the value for the given property.
|
byte[] |
getByteArrayValue(String name)
Returns the value for the given property.
|
byte |
getByteValue(String name)
Returns the value for the given property.
|
char[] |
getCharArrayValue(String name)
Returns the value for the given property.
|
char |
getCharValue(String name)
Returns the value for the given property.
|
TypeReference[] |
getClassArrayValue(String name)
Returns the value for the given property.
|
TypeReference |
getClassValue(String name)
Returns the value for the given property.
|
double[] |
getDoubleArrayValue(String name)
Returns the value for the given property.
|
double |
getDoubleValue(String name)
Returns the value for the given property.
|
EnumerationValueDeclaration[] |
getEnumArrayValue(String name)
Returns the value for the given property.
|
EnumerationValueDeclaration |
getEnumValue(String name)
Returns the value for the given property.
|
Expression |
getExpression(String name)
Returns the expression for the given annotation property.
|
float[] |
getFloatArrayValue(String name)
Returns the value for the given property.
|
float |
getFloatValue(String name)
Returns the value for the given property.
|
int[] |
getIntArrayValue(String name)
Returns the value for the given property.
|
int |
getIntValue(String name)
Returns the value for the given property.
|
long[] |
getLongArrayValue(String name)
Returns the value for the given property.
|
long |
getLongValue(String name)
Returns the value for the given property.
|
short[] |
getShortArrayValue(String name)
Returns the value for the given property.
|
short |
getShortValue(String name)
Returns the value for the given property.
|
String[] |
getStringArrayValue(String name)
Returns the value for the given property.
|
String |
getStringValue(String name)
Returns the value for the given property.
|
Object |
getValue(String property)
Returns the value for the given property.
|
AnnotationTypeDeclaration getAnnotationTypeDeclaration()
Object getValue(String property)
AnnotationTypeElementDeclaration
will be returned.
Depending of the respective annotation type element, the following values are possibly returned:
null if no value is set and no default value on the original annotation type element is declared.property - the name of the propertynull.int getIntValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - int[] getIntArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - long getLongValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - long[] getLongArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - short getShortValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - short[] getShortArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - float getFloatValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - float[] getFloatArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - double getDoubleValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - double[] getDoubleArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - byte getByteValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - byte[] getByteArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - boolean getBooleanValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - boolean[] getBooleanArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - char getCharValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - char[] getCharArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - String getStringValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - String[] getStringArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - TypeReference getClassValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - TypeReference[] getClassArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - EnumerationValueDeclaration getEnumValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - EnumerationValueDeclaration[] getEnumArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - AnnotationReference getAnnotationValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - AnnotationReference[] getAnnotationArrayValue(String name)
AnnotationTypeElementDeclaration
will be returned.name - Expression getExpression(String name)
null if no expression is set, or this annotation reference is an external element
(i.e. Tracability.isExternal(Element) returns true).name - Copyright © 2015. All Rights Reserved.