public class AnnotationModel extends Object implements IAnnotationModel
AnnotationModel class.
| Constructor and Description |
|---|
AnnotationModel(Annotation annotation2)
Constructor for AnnotationModel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
getName.
|
IAnnotationModel[] |
getSubAnnotations(String pairName)
getSubAnnotations.
|
String |
getValue(String pairName)
getValue.
|
String[] |
getValues(String value)
getValues.
|
public AnnotationModel(Annotation annotation2)
Constructor for AnnotationModel.
annotation2 - a Annotation object.public String getName()
getName.
getName in interface IAnnotationModelString object.public String getValue(String pairName)
getValue.
getValue in interface IAnnotationModelpairName - a String object.String object.public String[] getValues(String value)
getValues.
getValues in interface IAnnotationModelvalue - a String object.String objects.public IAnnotationModel[] getSubAnnotations(String pairName)
getSubAnnotations.
getSubAnnotations in interface IAnnotationModelpairName - a String object.IAnnotationModel objects.Copyright © 2015 Mulesoft. All rights reserved.