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