Interface CWEID
-
- All Superinterfaces:
AttackCategory
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
- All Known Implementing Classes:
CWEIDImpl
,CWEIDImplGen
public interface CWEID extends AttackCategory
A representation of the model object 'CWEID'.The following features are supported:
- See Also:
AttackSpecificationPackage.getCWEID()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<CWEID>
getChildren()
Returns the value of the 'Children' reference list.int
getCweID()
Returns the value of the 'Cwe ID' attribute.EList<CWEID>
getParents()
Returns the value of the 'Parents' reference list.void
setCweID(int value)
Sets the value of the 'Cwe ID
' attribute.-
Methods inherited from interface org.palladiosimulator.pcm.confidentiality.attackerSpecification.attackSpecification.AttackCategory
equalAttackType
-
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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getCweID
int getCweID()
Returns the value of the 'Cwe ID' attribute.- Returns:
- the value of the 'Cwe ID' attribute.
- See Also:
setCweID(int)
,AttackSpecificationPackage.getCWEID_CweID()
- Generated class or method.
- EMF model class or method.
-
setCweID
void setCweID(int value)
Sets the value of the 'Cwe ID
' attribute.- Parameters:
value
- the new value of the 'Cwe ID' attribute.- See Also:
getCweID()
- Generated class or method.
-
getChildren
EList<CWEID> getChildren()
Returns the value of the 'Children' reference list. The list contents are of typeCWEID
. It is bidirectional and its opposite is 'Parents
'.- Returns:
- the value of the 'Children' reference list.
- See Also:
AttackSpecificationPackage.getCWEID_Children()
,getParents()
- Generated class or method.
- EMF model class or method.
- opposite="parents"
-
getParents
EList<CWEID> getParents()
Returns the value of the 'Parents' reference list. The list contents are of typeCWEID
. It is bidirectional and its opposite is 'Children
'.- Returns:
- the value of the 'Parents' reference list.
- See Also:
AttackSpecificationPackage.getCWEID_Parents()
,getChildren()
- Generated class or method.
- EMF model class or method.
- opposite="children"
-
-