Interface CompromisedData

  • 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:
    CompromisedDataImpl

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

    The following features are supported:

    See Also:
    AttackerPackage.getCompromisedData()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • 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.
      • setReferenceName

        void setReferenceName​(String value)
        Sets the value of the 'Reference Name' attribute.
        Parameters:
        value - the new value of the 'Reference Name' attribute.
        See Also:
        getReferenceName()
        Generated class or method.
      • setSource

        void setSource​(EObject value)
        Sets the value of the 'Source' reference.
        Parameters:
        value - the new value of the 'Source' reference.
        See Also:
        getSource()
        Generated class or method.