public interface GlobalElementDeclaration extends CustomizableElementDeclaration, ReferableElementDeclaration, IdentifiableElementDeclaration, ElementDeclarationContainer, MetadataPropertiesAwareElementDeclaration
ElementDeclaration that can be present as a direct child of an ArtifactDeclaration.
This implies that the ElementDeclaration has to be also
identifiable and referable.| Modifier and Type | Method and Description |
|---|---|
void |
accept(GlobalElementDeclarationVisitor visitor)
Dispatches to the method with prefix "visit" with the specific value type as argument.
|
addCustomConfigurationParameter, getCustomConfigurationParametersgetRefName, setRefNamegetDeclaringExtension, setDeclaringExtensiongetName, setNamefindElementaddMetadataProperty, getMetadataProperties, getMetadataPropertyvoid accept(GlobalElementDeclarationVisitor visitor)
visitObjectValue(ParameterObjectValue objectValue) will be called
when this value is an GlobalElementDeclaration.visitor - the visitorCopyright © 2017 MuleSoft, Inc.. All rights reserved.