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