public class OperationComponentModelModelProperty extends Object implements org.mule.runtime.api.meta.model.ModelProperty
ComponentAst and the | Constructor and Description |
|---|
OperationComponentModelModelProperty(org.mule.runtime.ast.api.ComponentAst operationComponentModel,
org.mule.runtime.ast.api.ComponentAst bodyComponentModel)
Constructs a
element to be later macro expanded into a Mule application.
ModelProperty that will hold the complete Processors defined in a |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.ast.api.ComponentAst |
getBodyComponentModel() |
String |
getName() |
org.mule.runtime.ast.api.ComponentAst |
getOperationComponentModel() |
boolean |
isPublic() |
public OperationComponentModelModelProperty(org.mule.runtime.ast.api.ComponentAst operationComponentModel,
org.mule.runtime.ast.api.ComponentAst bodyComponentModel)
ModelProperty that will hold the complete Processors defined in a operationComponentModel - ComponentAsts.bodyComponentModel - Processor represented through ComponentAsts.
public org.mule.runtime.ast.api.ComponentAst getOperationComponentModel()
ComponentAst that's pointing to the public org.mule.runtime.ast.api.ComponentAst getBodyComponentModel()
ComponentAst that's pointing to the 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–2022 MuleSoft, Inc.. All rights reserved.