Interface EnumValue

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

public interface EnumValue extends MdObject
A representation of the model object 'Enum Value'.

The following features are supported:

See Also:
  • Method Details

    • getColor

      Color getColor()
      Returns the value of the 'Color' containment reference.
      Returns:
      the value of the 'Color' containment reference.
      See Also:
    • setColor

      void setColor(Color value)
      Sets the value of the 'Color' containment reference.
      Parameters:
      value - the new value of the 'Color' containment reference.
      See Also: