public class AnnotationAttributeValue extends Object
Constructor and Description |
---|
AnnotationAttributeValue() |
Modifier and Type | Method and Description |
---|---|
void |
addToValueArray(AnnotationAttributeValue annotationAttributeValue)
Adds a value to array type value.
|
static AnnotationAttributeValue |
convertToPackageModel(AnnotationAttributeValue annotationAttributeValue)
Converts a
AnnotationAttributeValue to AnnotationAttributeValue . |
AnnotationAttachment |
getAnnotationValue() |
String |
getBValue() |
String |
getFileName() |
List<AnnotationAttributeValue> |
getValueArray() |
void |
setAnnotationValue(AnnotationAttachment annotationValue) |
void |
setBValue(String bValue) |
void |
setFileName(String fileName) |
void |
setValueArray(List<AnnotationAttributeValue> valueArray) |
String |
toString() |
public String getBValue()
public void setBValue(String bValue)
public AnnotationAttachment getAnnotationValue()
public void setAnnotationValue(AnnotationAttachment annotationValue)
public List<AnnotationAttributeValue> getValueArray()
public void setValueArray(List<AnnotationAttributeValue> valueArray)
public void addToValueArray(AnnotationAttributeValue annotationAttributeValue)
annotationAttributeValue
- The attribute to be added.public static AnnotationAttributeValue convertToPackageModel(AnnotationAttributeValue annotationAttributeValue)
AnnotationAttributeValue
to AnnotationAttributeValue
.annotationAttributeValue
- The model to be converted.public String getFileName()
public void setFileName(String fileName)
Copyright © 2018 WSO2. All rights reserved.