Interface PlotType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    PlotTypeImpl

    public interface PlotType
    extends EObject
    A representation of the model object 'Plot Type'.

    The following features are supported:

    See Also:
    LqnPackage.getPlotType()
    Generated class or method.
    EMF model class or method.
    extendedMetaData="name='plot_._type' kind='empty'"
    • Method Detail

      • getVariable

        String getVariable()
        Returns the value of the 'Variable' attribute.

        If the meaning of the 'Variable' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Variable' attribute.
        See Also:
        setVariable(String), LqnPackage.getPlotType_Variable()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='variable' namespace='##targetNamespace'"
      • setVariable

        void setVariable​(String value)
        Sets the value of the 'Variable' attribute.
        Parameters:
        value - the new value of the 'Variable' attribute.
        See Also:
        getVariable()
        Generated class or method.