public class RouteDeclaration extends ParameterizedDeclaration<RouteDeclaration>
RouteModel. It contains raw, unvalidated
data which is used to declare the structure of a RouteModel| Constructor and Description |
|---|
RouteDeclaration(String name) |
| Modifier and Type | Method and Description |
|---|---|
RouteDeclaration |
addAllowedStereotype(Stereotype stereotype) |
Set<Stereotype> |
getAllowedStereotypes() |
Integer |
getMaxOccurs() |
int |
getMinOccurs() |
void |
setMaxOccurs(Integer maxOccurs) |
void |
setMinOccurs(int minOccurs) |
getAllParameters, getParameterGroup, getParameterGroupsgetNameaddModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelpublic RouteDeclaration(String name)
public int getMinOccurs()
public void setMinOccurs(int minOccurs)
public Integer getMaxOccurs()
public void setMaxOccurs(Integer maxOccurs)
public Set<Stereotype> getAllowedStereotypes()
public RouteDeclaration addAllowedStereotype(Stereotype stereotype)
Copyright © 2017 MuleSoft, Inc.. All rights reserved.