@Deprecated public interface AnnAttrValue
AnnAttrValue
This API provides the functionality to access annotation attribute values in the
respective server connector.Modifier and Type | Method and Description |
---|---|
AnnAttrValue[] |
getAnnAttrValueArray()
Deprecated.
This method returns attribute value array.
|
Annotation |
getAnnotation()
Deprecated.
This method return annotation attribute value.
|
boolean |
getBooleanValue()
Deprecated.
This method returns boolean attribute value.
|
double |
getFloatValue()
Deprecated.
This method returns float attribute value.
|
long |
getIntValue()
Deprecated.
This method returns int attribute value.
|
String |
getStringValue()
Deprecated.
This method returns string attribute value.
|
AnnotationValueType |
getType()
Deprecated.
This method return the annotation attribute value type.
|
AnnotationValueType getType()
long getIntValue()
double getFloatValue()
String getStringValue()
boolean getBooleanValue()
Annotation getAnnotation()
AnnAttrValue[] getAnnAttrValueArray()
Copyright © 2018 WSO2. All rights reserved.