public class GlobalElementComponentModelModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
| Constructor and Description |
|---|
GlobalElementComponentModelModelProperty(List<org.mule.runtime.ast.api.ComponentAst> globalElements)
Constructs a
ModelProperty that will hold the Mule global elements to be later macro expanded into a Mule
application. |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.ast.api.ComponentAst> |
getGlobalElements() |
String |
getName() |
boolean |
isPublic() |
public GlobalElementComponentModelModelProperty(List<org.mule.runtime.ast.api.ComponentAst> globalElements)
ModelProperty that will hold the Mule global elements to be later macro expanded into a Mule
application.globalElements - that will be expanded in a Mule application.public List<org.mule.runtime.ast.api.ComponentAst> getGlobalElements()
ComponentAst that will be used to expand the current Mule application XML.public String getName()
getName in interface org.mule.runtime.api.meta.model.ModelPropertygetName in interface org.mule.runtime.api.meta.NamedObjectpublic boolean isPublic()
isPublic in interface org.mule.runtime.api.meta.model.ModelPropertyCopyright © 2003–2024 MuleSoft, Inc.. All rights reserved.