Interface DataMapping

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier
    All Known Implementing Classes:
    DataMappingImpl

    public interface DataMapping
    extends de.uka.ipd.sdq.identifier.Identifier
    A representation of the model object 'Data Mapping'.

    The following features are supported:

    See Also:
    UtilPackage.getDataMapping()
    Generated class or method.
    EMF model class or method.
    annotation="http://www.eclipse.org/emf/2002/Ecore constraints='dataTypesMustBeTheSame'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL dataTypesMustBeTheSame='from.type = to.type'"
    • Method Detail

      • setFrom

        void setFrom​(Data value)
        Sets the value of the 'From' reference.
        Parameters:
        value - the new value of the 'From' reference.
        See Also:
        getFrom()
        Generated class or method.
      • setTo

        void setTo​(Data value)
        Sets the value of the 'To' reference.
        Parameters:
        value - the new value of the 'To' reference.
        See Also:
        getTo()
        Generated class or method.