Package jadex.bpmn.editor.model.visual
Class VOutParameter
- java.lang.Object
-
- com.mxgraph.model.mxCell
-
- jadex.bpmn.editor.model.visual.VElement
-
- jadex.bpmn.editor.model.visual.VNode
-
- jadex.bpmn.editor.model.visual.VNamedNode
-
- jadex.bpmn.editor.model.visual.VOutParameter
-
- All Implemented Interfaces:
com.mxgraph.model.mxICell,java.io.Serializable,java.lang.Cloneable
public class VOutParameter extends VNamedNode
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MParameterparameterThe parameter.-
Fields inherited from class jadex.bpmn.editor.model.visual.VElement
bpmnelement, graph
-
-
Constructor Summary
Constructors Constructor Description VOutParameter(com.mxgraph.view.mxGraph graph, MParameter param)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MParametergetParameter()java.lang.StringgetStyle()java.lang.ObjectgetValue()Gets the value.voidsetValue(java.lang.Object value)Sets the value.-
Methods inherited from class jadex.bpmn.editor.model.visual.VNamedNode
setBpmnElement
-
Methods inherited from class jadex.bpmn.editor.model.visual.VElement
getBpmnElement, getGraph, setVisualParent
-
Methods inherited from class com.mxgraph.model.mxCell
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
-
-
-
-
Field Detail
-
parameter
protected MParameter parameter
The parameter.
-
-
Constructor Detail
-
VOutParameter
public VOutParameter(com.mxgraph.view.mxGraph graph, MParameter param)
-
-
Method Detail
-
getStyle
public java.lang.String getStyle()
- Specified by:
getStylein interfacecom.mxgraph.model.mxICell- Overrides:
getStylein classcom.mxgraph.model.mxCell
-
getValue
public java.lang.Object getValue()
Description copied from class:VNamedNodeGets the value.- Specified by:
getValuein interfacecom.mxgraph.model.mxICell- Overrides:
getValuein classVNamedNode- Returns:
- The value.
-
setValue
public void setValue(java.lang.Object value)
Description copied from class:VNamedNodeSets the value.- Specified by:
setValuein interfacecom.mxgraph.model.mxICell- Overrides:
setValuein classVNamedNode- Parameters:
value- The value.
-
getParameter
public MParameter getParameter()
-
-