public class VOutParameter extends VNamedNode
| Modifier and Type | Field and Description |
|---|---|
protected jadex.bpmn.model.MParameter |
parameter
The parameter.
|
bpmnelement, graph| Constructor and Description |
|---|
VOutParameter(com.mxgraph.view.mxGraph graph,
jadex.bpmn.model.MParameter param) |
| Modifier and Type | Method and Description |
|---|---|
jadex.bpmn.model.MParameter |
getParameter() |
java.lang.String |
getStyle() |
java.lang.Object |
getValue()
Gets the value.
|
void |
setValue(java.lang.Object value)
Sets the value.
|
setBpmnElementgetBpmnElement, getGraph, setVisualParentclone, cloneValue, getAttribute, getAttribute, getChildAt, getChildCount, getEdgeAt, getEdgeCount, getEdgeIndex, getGeometry, getId, getIndex, getParent, getSource, getTarget, getTerminal, insert, insert, insertEdge, isCollapsed, isConnectable, isEdge, isVertex, isVisible, remove, remove, removeEdge, removeFromParent, removeFromTerminal, setAttribute, setCollapsed, setConnectable, setEdge, setGeometry, setId, setParent, setSource, setStyle, setTarget, setTerminal, setVertex, setVisiblepublic VOutParameter(com.mxgraph.view.mxGraph graph,
jadex.bpmn.model.MParameter param)
public java.lang.String getStyle()
getStyle in interface com.mxgraph.model.mxICellgetStyle in class com.mxgraph.model.mxCellpublic java.lang.Object getValue()
VNamedNodegetValue in interface com.mxgraph.model.mxICellgetValue in class VNamedNodepublic void setValue(java.lang.Object value)
VNamedNodesetValue in interface com.mxgraph.model.mxICellsetValue in class VNamedNodevalue - The value.public jadex.bpmn.model.MParameter getParameter()