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.
|
setBpmnElement
getBpmnElement, getGraph, setVisualParent
clone, 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, setVisible
public VOutParameter(com.mxgraph.view.mxGraph graph, jadex.bpmn.model.MParameter param)
public java.lang.String getStyle()
getStyle
in interface com.mxgraph.model.mxICell
getStyle
in class com.mxgraph.model.mxCell
public java.lang.Object getValue()
VNamedNode
getValue
in interface com.mxgraph.model.mxICell
getValue
in class VNamedNode
public void setValue(java.lang.Object value)
VNamedNode
setValue
in interface com.mxgraph.model.mxICell
setValue
in class VNamedNode
value
- The value.public jadex.bpmn.model.MParameter getParameter()