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.IdentifierA 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.palladiosimulator.pcm.repository.DataTypegetDataType()Returns the value of the 'Data Type' reference.StringgetReferenceName()Returns the value of the 'Reference Name' attribute.EObjectgetSource()Returns the value of the 'Source' reference.voidsetDataType(org.palladiosimulator.pcm.repository.DataType value)Sets the value of the 'Data Type' reference.voidsetReferenceName(String value)Sets the value of the 'Reference Name' attribute.voidsetSource(EObject value)Sets the value of the 'Source' 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 Detail
-
getDataType
org.palladiosimulator.pcm.repository.DataType getDataType()
Returns the value of the 'Data Type' reference.- Returns:
- the value of the 'Data Type' reference.
- See Also:
setDataType(DataType),AttackerPackage.getCompromisedData_DataType()- Generated class or method.
- EMF model class or method.
-
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.
-
getReferenceName
String getReferenceName()
Returns the value of the 'Reference Name' attribute.- Returns:
- the value of the 'Reference Name' attribute.
- See Also:
setReferenceName(String),AttackerPackage.getCompromisedData_ReferenceName()- Generated class or method.
- EMF model 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.
-
getSource
EObject getSource()
Returns the value of the 'Source' reference.- Returns:
- the value of the 'Source' reference.
- See Also:
setSource(EObject),AttackerPackage.getCompromisedData_Source()- Generated class or method.
- EMF model 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.
-
-