Class CharacteristicImpl<CT extends org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.CharacteristicType>

  • 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<CT>, org.palladiosimulator.pcm.core.entity.Entity, org.palladiosimulator.pcm.core.entity.NamedElement, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
    Direct Known Subclasses:
    DataTypeCharacteristicImpl, EnumCharacteristicImpl

    public abstract class CharacteristicImpl<CT extends org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.CharacteristicType>
    extends org.palladiosimulator.pcm.core.entity.impl.EntityImpl
    implements Characteristic<CT>
    An implementation of the model object 'Characteristic'.

    The following features are implemented:

    Generated class or method.
    • Constructor Detail

      • CharacteristicImpl

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

      • eStaticClass

        protected EClass eStaticClass()
        Overrides:
        eStaticClass in class org.palladiosimulator.pcm.core.entity.impl.EntityImpl
        Generated class or method.
      • setType

        public void setType​(CT newType)
        Specified by:
        setType in interface Characteristic<CT extends org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.CharacteristicType>
        Parameters:
        newType - the new value of the 'Type' reference.
        See Also:
        Characteristic.getType()
        Generated class or method.