Interface Data

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

    public interface Data
    extends Entity
    A representation of the model object 'Data'.

    The following features are supported:

    See Also:
    DataFlowDiagramPackage.getData()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setType

        void setType​(DataType value)
        Sets the value of the 'Type' reference.
        Parameters:
        value - the new value of the 'Type' reference.
        See Also:
        getType()
        Generated class or method.