public class GlobalElementComponentModelModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
| Constructor and Description |
|---|
GlobalElementComponentModelModelProperty(List<ComponentModel> 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<ComponentModel> |
getGlobalElements() |
String |
getName() |
boolean |
isPublic() |
public GlobalElementComponentModelModelProperty(List<ComponentModel> 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<ComponentModel> getGlobalElements()
ComponentModel 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–2019 MuleSoft, Inc.. All rights reserved.