public class AnnotationAttributeDef extends Object
Constructor and Description |
---|
AnnotationAttributeDef() |
Modifier and Type | Method and Description |
---|---|
static AnnotationAttributeDef |
convertToPackageModel(BLangAnnotAttribute annotationAttributeDef)
Converts a
BLangAnnotAttribute to AnnotationAttributeDef . |
String |
getbType() |
String |
getFileName() |
String |
getIdentifier() |
String |
getPackagePath() |
boolean |
isArrayType() |
void |
setArrayType(boolean arrayType) |
void |
setBType(String bType) |
void |
setFileName(String fileName) |
void |
setIdentifier(String identifier) |
void |
setPackagePath(String packagePath) |
String |
toString() |
public String getbType()
public void setBType(String bType)
public void setArrayType(boolean arrayType)
public boolean isArrayType()
public String getPackagePath()
public void setPackagePath(String packagePath)
public String getIdentifier()
public void setIdentifier(String identifier)
public static AnnotationAttributeDef convertToPackageModel(BLangAnnotAttribute annotationAttributeDef)
BLangAnnotAttribute
to AnnotationAttributeDef
.annotationAttributeDef
- The model to be converted.public String getFileName()
public void setFileName(String fileName)
Copyright © 2018 WSO2. All rights reserved.