Interface Mitigation
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
MitigationImpl
public interface Mitigation
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Mitigation'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
Returns the value of the 'Type' attribute.Returns the value of the 'Vulnerability' reference list.void
setType
(MitigationTypes value) Sets the value of the 'Type
' attribute.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVulnerability
EList<Vulnerability> getVulnerability()Returns the value of the 'Vulnerability' reference list. The list contents are of typeVulnerability
.- Returns:
- the value of the 'Vulnerability' reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
-
getType
MitigationTypes getType()Returns the value of the 'Type' attribute. The default value is"AccessProtection"
. The literals are from the enumerationMitigationTypes
.- Returns:
- the value of the 'Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- default="AccessProtection"
-
setType
Sets the value of the 'Type
' attribute.- Parameters:
value
- the new value of the 'Type' attribute.- See Also:
- Generated class or method.
-