Class 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 MParameter parameter
      The parameter.
      • Fields inherited from class com.mxgraph.model.mxCell

        children, collapsed, connectable, edge, edges, geometry, id, parent, source, style, target, value, vertex, visible
    • 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
      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 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
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        getStyle in interface com.mxgraph.model.mxICell
        Overrides:
        getStyle in class com.mxgraph.model.mxCell
      • getValue

        public java.lang.Object getValue()
        Description copied from class: VNamedNode
        Gets the value.
        Specified by:
        getValue in interface com.mxgraph.model.mxICell
        Overrides:
        getValue in class VNamedNode
        Returns:
        The value.
      • setValue

        public void setValue​(java.lang.Object value)
        Description copied from class: VNamedNode
        Sets the value.
        Specified by:
        setValue in interface com.mxgraph.model.mxICell
        Overrides:
        setValue in class VNamedNode
        Parameters:
        value - The value.