Interface CharacteristicType

    • Method Detail

      • setName

        void setName​(String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
        Generated class or method.
      • getRef

        org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType getRef()
        Returns the value of the 'Ref' reference.
        Returns:
        the value of the 'Ref' reference.
        See Also:
        setRef(EnumCharacteristicType), DSLPackage.getCharacteristicType_Ref()
        Generated class or method.
        EMF model class or method.
      • setRef

        void setRef​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.EnumCharacteristicType value)
        Sets the value of the 'Ref' reference.
        Parameters:
        value - the new value of the 'Ref' reference.
        See Also:
        getRef()
        Generated class or method.