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 SummaryFields Modifier and Type Field Description protected MParameterparameterThe parameter.- 
Fields inherited from class jadex.bpmn.editor.model.visual.VElementbpmnelement, graph
 
- 
 - 
Constructor SummaryConstructors Constructor Description VOutParameter(com.mxgraph.view.mxGraph graph, MParameter param)
 - 
Method SummaryAll 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.VNamedNodesetBpmnElement
 - 
Methods inherited from class jadex.bpmn.editor.model.visual.VElementgetBpmnElement, getGraph, setVisualParent
 - 
Methods inherited from class com.mxgraph.model.mxCellclone, 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- 
parameterprotected MParameter parameter The parameter.
 
- 
 - 
Constructor Detail- 
VOutParameterpublic VOutParameter(com.mxgraph.view.mxGraph graph, MParameter param)
 
- 
 - 
Method Detail- 
getStylepublic java.lang.String getStyle() - Specified by:
- getStylein interface- com.mxgraph.model.mxICell
- Overrides:
- getStylein class- com.mxgraph.model.mxCell
 
 - 
getValuepublic java.lang.Object getValue() Description copied from class:VNamedNodeGets the value.- Specified by:
- getValuein interface- com.mxgraph.model.mxICell
- Overrides:
- getValuein class- VNamedNode
- Returns:
- The value.
 
 - 
setValuepublic void setValue(java.lang.Object value) Description copied from class:VNamedNodeSets the value.- Specified by:
- setValuein interface- com.mxgraph.model.mxICell
- Overrides:
- setValuein class- VNamedNode
- Parameters:
- value- The value.
 
 - 
getParameterpublic MParameter getParameter() 
 
- 
 
-