public abstract class ComponentDeclaration<T extends ComponentDeclaration> extends ParameterizedDeclaration<T>
ComponentModel. It contains raw, unvalidated
data which is used to declare the structure of a ComponentModel| Modifier and Type | Method and Description |
|---|---|
void |
addErrorModel(ErrorModel errorModel) |
void |
addStereotype(Stereotype stereotype) |
Set<ErrorModel> |
getErrorModels() |
OutputDeclaration |
getOutput() |
OutputDeclaration |
getOutputAttributes() |
Set<Stereotype> |
getStereotypes() |
boolean |
isRequiresConnection() |
boolean |
isSupportsStreaming() |
boolean |
isTransactional() |
void |
setOutput(OutputDeclaration content) |
void |
setOutputAttributes(OutputDeclaration attributes) |
void |
setRequiresConnection(boolean requiresConnection) |
void |
setSupportsStreaming(boolean supportsStreaming) |
void |
setTransactional(boolean transactional) |
getAllParameters, getParameterGroup, getParameterGroupsgetNameaddModelProperty, getDescription, getDisplayModel, getModelProperties, getModelProperty, setDescription, setDisplayModelpublic OutputDeclaration getOutput()
public void setOutput(OutputDeclaration content)
public OutputDeclaration getOutputAttributes()
public void setOutputAttributes(OutputDeclaration attributes)
public boolean isTransactional()
public void setTransactional(boolean transactional)
public boolean isRequiresConnection()
public void setRequiresConnection(boolean requiresConnection)
public boolean isSupportsStreaming()
public void setSupportsStreaming(boolean supportsStreaming)
public Set<Stereotype> getStereotypes()
public void addStereotype(Stereotype stereotype)
public void addErrorModel(ErrorModel errorModel)
public Set<ErrorModel> getErrorModels()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.