public interface AnnotatedObject
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnnotation(QName name)
Gets the value of specified annotation.
|
Map<QName,Object> |
getAnnotations()
Gets all annotations.
|
ComponentLocation |
getLocation() |
String |
getRootContainerName()
The actual root container component name.
|
void |
setAnnotations(Map<QName,Object> annotations)
Sets annotations to the object.
|
static final String PROPERTY_NAME
Object getAnnotation(QName name)
ComponentLocation getLocation()
null if this object was generated
programmatically and not from a configuration element.String getRootContainerName()
ComponentLocation.getRootContainerName().Copyright © 2017 MuleSoft, Inc.. All rights reserved.