All Implemented Interfaces:
EnumLiteral, ValueLiteral, de.uka.ipd.sdq.identifier.Identifier, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.cdo.common.model.CDOPackageTypeRegistry.CDOObjectMarker, Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, org.eclipse.emf.spi.cdo.InternalCDOLoadable, org.eclipse.emf.spi.cdo.InternalCDOObject

public class EnumLiteralImpl extends ValueLiteralImpl implements EnumLiteral
An implementation of the model object 'Enum Literal'.

The following features are implemented:

Generated class or method.
  • Field Details

    • value

      protected Element value
      The cached value of the 'Value' reference.
      See Also:
      Generated class or method.
      Ordered collection.
  • Constructor Details

    • EnumLiteralImpl

      protected EnumLiteralImpl()
      Generated class or method.
  • Method Details

    • eStaticClass

      protected EClass eStaticClass()
      Overrides:
      eStaticClass in class ValueLiteralImpl
      Generated class or method.
    • getValue

      public Element getValue()
      Specified by:
      getValue in interface EnumLiteral
      Returns:
      the value of the 'Value' reference.
      See Also:
      Generated class or method.
    • basicGetValue

      public Element basicGetValue()
      Generated class or method.
    • setValue

      public void setValue(Element newValue)
      Specified by:
      setValue in interface EnumLiteral
      Parameters:
      newValue - the new value of the 'Value' reference.
      See Also:
      Generated class or method.
    • eGet

      public Object eGet(int featureID, boolean resolve, boolean coreType)
      Specified by:
      eGet in interface InternalEObject
      Overrides:
      eGet in class de.uka.ipd.sdq.identifier.impl.IdentifierImpl
      Generated class or method.
    • eSet

      public void eSet(int featureID, Object newValue)
      Specified by:
      eSet in interface InternalEObject
      Overrides:
      eSet in class de.uka.ipd.sdq.identifier.impl.IdentifierImpl
      Generated class or method.
    • eUnset

      public void eUnset(int featureID)
      Specified by:
      eUnset in interface InternalEObject
      Overrides:
      eUnset in class de.uka.ipd.sdq.identifier.impl.IdentifierImpl
      Generated class or method.
    • eIsSet

      public boolean eIsSet(int featureID)
      Specified by:
      eIsSet in interface InternalEObject
      Overrides:
      eIsSet in class de.uka.ipd.sdq.identifier.impl.IdentifierImpl
      Generated class or method.