Interface HDDUtilization
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,ManagedElementsStateStimulus
,Notifier
,ResourceUtilizationStimulus
,Stimulus
,TargetGroupStateStimulus
- All Known Implementing Classes:
HDDUtilizationImpl
A representation of the model object 'HDD Utilization'.
A resource utilization based stimulus based on the HDD resource.
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 'Usage Type' attribute.void
setUsageType
(HDDUSAGETYPE value) Sets the value of the 'Usage 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.palladiosimulator.spd.triggers.stimuli.ManagedElementsStateStimulus
getAggregationOverElements, setAggregationOverElements
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUsageType
HDDUSAGETYPE getUsageType()Returns the value of the 'Usage Type' attribute. The literals are from the enumerationHDDUSAGETYPE
.- Returns:
- the value of the 'Usage Type' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
-
setUsageType
Sets the value of the 'Usage Type
' attribute.- Parameters:
value
- the new value of the 'Usage Type' attribute.- See Also:
- Generated class or method.
-