Interface CVEID

  • All Superinterfaces:
    AttackCategory, org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
    All Known Implementing Classes:
    CVEIDImpl, CVEIDImplGen

    public interface CVEID
    extends AttackCategory
    A representation of the model object 'CVEID'.

    The following features are supported:

    See Also:
    AttackSpecificationPackage.getCVEID()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setCveID

        void setCveID​(String value)
        Sets the value of the 'Cve ID' attribute.
        Parameters:
        value - the new value of the 'Cve ID' attribute.
        See Also:
        getCveID()
        Generated class or method.