public class AnnotationModel extends Object implements IAnnotationModel
AnnotationModel class.
| Constructor and Description |
|---|
AnnotationModel()
Constructor for AnnotationModel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String key,
Object value)
addValue.
|
String |
getCanonicalName() |
String |
getName()
Getter for the field
name. |
IAnnotationModel[] |
getSubAnnotations(String pairName) |
String |
getValue(String pairName) |
String[] |
getValues(String key) |
void |
setFullyQualifiedName(String fullyQualifiedName) |
void |
setName(String name)
Setter for the field
name. |
public String getName()
Getter for the field name.
getName in interface IAnnotationModelString object.public void setName(String name)
Setter for the field name.
name - a String object.public String getValue(String pairName)
getValue in interface IAnnotationModelpublic String[] getValues(String key)
getValues in interface IAnnotationModelpublic IAnnotationModel[] getSubAnnotations(String pairName)
getSubAnnotations in interface IAnnotationModelpublic String getCanonicalName()
getCanonicalName in interface IAnnotationModelpublic void setFullyQualifiedName(String fullyQualifiedName)
Copyright © 2015 Mulesoft. All rights reserved.