public abstract class AbstractAnnotatedObject extends Object implements AnnotatedObject
AnnotatedObjectPROPERTY_NAME| Constructor and Description |
|---|
AbstractAnnotatedObject() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnnotation(QName qName)
Gets the value of specified annotation.
|
Map<QName,Object> |
getAnnotations()
Gets all annotations.
|
void |
setAnnotations(Map<QName,Object> newAnnotations)
Sets annotations to the object.
|
public final Object getAnnotation(QName qName)
AnnotatedObjectgetAnnotation in interface AnnotatedObjectpublic final Map<QName,Object> getAnnotations()
AnnotatedObjectgetAnnotations in interface AnnotatedObjectpublic final void setAnnotations(Map<QName,Object> newAnnotations)
AnnotatedObjectsetAnnotations in interface AnnotatedObjectCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.