Interface CredentialChange
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
- All Known Implementing Classes:
CredentialChangeImpl
public interface CredentialChange
extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Credential Change'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Attackpaths' containment reference list.Returns the value of the 'Compromisedassembly' containment reference list.Returns the value of the 'Compromiseddata' containment reference list.Returns the value of the 'Compromisedlinkingresource' containment reference list.Returns the value of the 'Compromisedresource' containment reference list.Returns the value of the 'Compromisedservice' containment reference list.Returns the value of the 'Contextchange' containment reference list.Returns the value of the 'Datamodelcontainer' containment reference.Returns the value of the 'Servicerestrictioncontainer' containment reference.boolean
Returns the value of the 'Changed' attribute.void
setChanged
(boolean value) Sets the value of the 'Changed
' attribute.void
Sets the value of the 'Datamodelcontainer
' containment reference.void
Sets the value of the 'Servicerestrictioncontainer
' containment reference.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
-
getCompromisedresource
EList<CompromisedResource> getCompromisedresource()Returns the value of the 'Compromisedresource' containment reference list. The list contents are of typeCompromisedResource
.- Returns:
- the value of the 'Compromisedresource' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getCompromisedassembly
EList<CompromisedAssembly> getCompromisedassembly()Returns the value of the 'Compromisedassembly' containment reference list. The list contents are of typeCompromisedAssembly
.- Returns:
- the value of the 'Compromisedassembly' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getContextchange
EList<ContextChange> getContextchange()Returns the value of the 'Contextchange' containment reference list. The list contents are of typeContextChange
.- Returns:
- the value of the 'Contextchange' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
isChanged
boolean isChanged()Returns the value of the 'Changed' attribute.- Returns:
- the value of the 'Changed' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setChanged
void setChanged(boolean value) Sets the value of the 'Changed
' attribute.- Parameters:
value
- the new value of the 'Changed' attribute.- See Also:
- Generated class or method.
-
getCompromisedlinkingresource
EList<CompromisedLinkingResource> getCompromisedlinkingresource()Returns the value of the 'Compromisedlinkingresource' containment reference list. The list contents are of typeCompromisedLinkingResource
.- Returns:
- the value of the 'Compromisedlinkingresource' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getCompromisedservice
EList<CompromisedService> getCompromisedservice()Returns the value of the 'Compromisedservice' containment reference list. The list contents are of typeCompromisedService
.- Returns:
- the value of the 'Compromisedservice' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getServicerestrictioncontainer
ServiceRestrictionContainer getServicerestrictioncontainer()Returns the value of the 'Servicerestrictioncontainer' containment reference.- Returns:
- the value of the 'Servicerestrictioncontainer' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setServicerestrictioncontainer
Sets the value of the 'Servicerestrictioncontainer
' containment reference.- Parameters:
value
- the new value of the 'Servicerestrictioncontainer' containment reference.- See Also:
- Generated class or method.
-
getCompromiseddata
EList<CompromisedData> getCompromiseddata()Returns the value of the 'Compromiseddata' containment reference list. The list contents are of typeCompromisedData
.- Returns:
- the value of the 'Compromiseddata' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
getDatamodelcontainer
DatamodelContainer getDatamodelcontainer()Returns the value of the 'Datamodelcontainer' containment reference.- Returns:
- the value of the 'Datamodelcontainer' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setDatamodelcontainer
Sets the value of the 'Datamodelcontainer
' containment reference.- Parameters:
value
- the new value of the 'Datamodelcontainer' containment reference.- See Also:
- Generated class or method.
-
getAttackpaths
EList<AttackPath> getAttackpaths()Returns the value of the 'Attackpaths' containment reference list. The list contents are of typeAttackPath
.- Returns:
- the value of the 'Attackpaths' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true"
-