Interface AxisOrigin

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, IChartObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    AxisOriginImpl

    public interface AxisOrigin
    extends IChartObject
    A representation of the model object 'Axis Origin'. This type represents the intersection point for an axis.

    The following features are supported:

    See Also:
    AttributePackage.getAxisOrigin()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      AxisOrigin copyInstance()  
      IntersectionType getType()
      Returns the value of the 'Type' attribute.
      DataElement getValue()
      Returns the value of the 'Value' attribute.
      boolean isSetType()
      Returns whether the value of the ' Type' attribute is set.
      void setType​(IntersectionType value)
      Sets the value of the 'Type' attribute.
      void setValue​(DataElement value)
      Sets the value of the 'Value' containment reference.
      void unsetType()
      Unsets the value of the 'Type' attribute.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver