Interface VariableCharacteristicReference

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.palladiosimulator.pcm.repository.DataType getDataType()
      Returns the value of the 'Data Type' reference.
      org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal getLiteral()
      Returns the value of the 'Literal' reference.
      void setDataType​(org.palladiosimulator.pcm.repository.DataType value)
      Sets the value of the 'Data Type' reference.
      void setLiteral​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal value)
      Sets the value of the 'Literal' reference.
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • Methods inherited from interface org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.expressions.CharacteristicReference

        getCharacteristicType, setCharacteristicType
      • Methods inherited from interface de.uka.ipd.sdq.identifier.Identifier

        getId, setId
    • Method Detail

      • setLiteral

        void setLiteral​(org.palladiosimulator.dataflow.dictionary.characterized.DataDictionaryCharacterized.Literal value)
        Sets the value of the 'Literal' reference.
        Parameters:
        value - the new value of the 'Literal' reference.
        See Also:
        getLiteral()
        Generated class or method.
      • setDataType

        void setDataType​(org.palladiosimulator.pcm.repository.DataType value)
        Sets the value of the 'Data Type' reference.
        Parameters:
        value - the new value of the 'Data Type' reference.
        See Also:
        getDataType()
        Generated class or method.