All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, CharacteristicReference, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, Term
All Known Subinterfaces:
LhsDataTypeCharacteristicReference, NamedDataTypeCharacteristicReference
All Known Implementing Classes:
DataTypeCharacteristicReferenceImpl, LhsDataTypeCharacteristicReferenceImpl, NamedDataTypeCharacteristicReferenceImpl

public interface DataTypeCharacteristicReference extends CharacteristicReference
A representation of the model object 'Data Type Characteristic Reference'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getDataType

      org.palladiosimulator.pcm.repository.DataType getDataType()
      Returns the value of the 'Data Type' reference.
      Returns:
      the value of the 'Data Type' reference.
      See Also:
      Generated class or method.
      EMF model 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:
      Generated class or method.