Interface EnumCharacteristic

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, Characteristic<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
    All Known Implementing Classes:
    EnumCharacteristicImpl

    public interface EnumCharacteristic
    extends Characteristic<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType>
    A representation of the model object 'Enum Characteristic'.

    The following features are supported:

    See Also:
    CharacteristicsPackage.getEnumCharacteristic()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getValues

        EList<org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal> getValues()
        Returns the value of the 'Values' reference list. The list contents are of type Literal.
        Returns:
        the value of the 'Values' reference list.
        See Also:
        CharacteristicsPackage.getEnumCharacteristic_Values()
        Generated class or method.
        EMF model class or method.