Interface ColorViewModel

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

    public interface ColorViewModel
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Color View Model'.

    The following features are supported:

    See Also:
    DtAefPackage.getColorViewModel()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getBlue()
      Returns the value of the 'Blue' attribute.
      int getGreen()
      Returns the value of the 'Green' attribute.
      int getRed()
      Returns the value of the 'Red' attribute.
      void setBlue​(int value)
      Sets the value of the 'Blue' attribute.
      void setGreen​(int value)
      Sets the value of the 'Green' attribute.
      void setRed​(int value)
      Sets the value of the 'Red' 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
    • Method Detail

      • setRed

        void setRed​(int value)
        Sets the value of the 'Red' attribute.
        Parameters:
        value - the new value of the 'Red' attribute.
        See Also:
        getRed()
      • setBlue

        void setBlue​(int value)
        Sets the value of the 'Blue' attribute.
        Parameters:
        value - the new value of the 'Blue' attribute.
        See Also:
        getBlue()
      • setGreen

        void setGreen​(int value)
        Sets the value of the 'Green' attribute.
        Parameters:
        value - the new value of the 'Green' attribute.
        See Also:
        getGreen()