Class EnumCharacteristicImpl

  • All Implemented Interfaces:
    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, Characteristic<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>, EnumCharacteristic, org.palladiosimulator.pcm.core.entity.Entity, org.palladiosimulator.pcm.core.entity.NamedElement, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass

    public class EnumCharacteristicImpl
    extends CharacteristicImpl<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>
    implements EnumCharacteristic
    An implementation of the model object 'Enum Characteristic'.

    The following features are implemented:

    Generated class or method.
    • Constructor Detail

      • EnumCharacteristicImpl

        protected EnumCharacteristicImpl()
        Generated class or method.
    • Method Detail

      • eStaticClass

        protected EClass eStaticClass()
        Overrides:
        eStaticClass in class CharacteristicImpl<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>
        Generated class or method.
      • setType

        public void setType​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType newType)
        This is specialized for the more specific type known in this context.
        Specified by:
        setType in interface Characteristic<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>
        Overrides:
        setType in class CharacteristicImpl<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>
        Parameters:
        newType - the new value of the 'Type' reference.
        See Also:
        Characteristic.getType()
        Generated class or method.