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:
Generated class or method.
EMF model class or method.
extendedMetaData="name='plot_._type' kind='empty'"
  • Method Details

    • 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:
      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:
      Generated class or method.