public class MuleFlow extends Object
A model that represents a Mule Flow
| Modifier and Type | Method and Description |
|---|---|
Double |
getBranchCoverage() |
Double |
getCoverage() |
List<MuleLocation> |
getCoveredLocations() |
List<MuleLocation> |
getLocations() |
String |
getName() |
String |
getPrintableType() |
org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType |
getType() |
void |
setBranchCoverage(Double branchCoverage) |
void |
setCoveredLocations(List<MuleLocation> coveredLocations) |
void |
setLocations(List<MuleLocation> locations) |
void |
setType(org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType type) |
public MuleFlow(String name)
public String getName()
public org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType getType()
public void setType(org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType type)
public String getPrintableType()
public List<MuleLocation> getLocations()
public void setLocations(List<MuleLocation> locations)
public List<MuleLocation> getCoveredLocations()
public void setCoveredLocations(List<MuleLocation> coveredLocations)
public Double getCoverage()
public Double getBranchCoverage()
public void setBranchCoverage(Double branchCoverage)
Copyright © 2019. All rights reserved.