public class Flow extends Object implements MuleElement<org.mule.runtime.app.declaration.api.ConstructElementDeclaration>
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.app.declaration.api.ConstructElementDeclaration |
declaration |
| Constructor and Description |
|---|
Flow(org.mule.runtime.app.declaration.api.ConstructElementDeclaration declaration) |
Flow(String flowName) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.app.declaration.api.ConstructElementDeclaration |
getDeclaration() |
String |
getName() |
protected org.mule.runtime.app.declaration.api.ConstructElementDeclaration declaration
public Flow(String flowName)
public Flow(org.mule.runtime.app.declaration.api.ConstructElementDeclaration declaration)
public String getName()
getName in interface MuleElement<org.mule.runtime.app.declaration.api.ConstructElementDeclaration>public org.mule.runtime.app.declaration.api.ConstructElementDeclaration getDeclaration()
getDeclaration in interface MuleElement<org.mule.runtime.app.declaration.api.ConstructElementDeclaration>Copyright © 2021. All rights reserved.