Package de.fzi.power.binding
Interface PowerStateBinding
-
- All Superinterfaces:
AbstractPowerStateBinding
,org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,NamedElement
,Notifier
- All Known Implementing Classes:
PowerStateBindingImpl
public interface PowerStateBinding extends AbstractPowerStateBinding
A representation of the model object 'Power State Binding '.The following features are supported:
- See Also:
BindingPackage.getPowerStateBinding()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePowerBinding
getBinding()
Returns the value of the 'Binding' reference.PowerState
getPowerState()
Returns the value of the 'Power State' reference.void
setBinding(ResourcePowerBinding value)
Sets the value of the 'Binding
' reference.void
setPowerState(PowerState value)
Sets the value of the 'Power State
' reference.-
Methods inherited from interface de.fzi.power.binding.AbstractPowerStateBinding
getStatefulResourcePowerBinding, setStatefulResourcePowerBinding
-
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 de.fzi.power.util.NamedElement
getName, setName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getPowerState
PowerState getPowerState()
Returns the value of the 'Power State' reference.If the meaning of the 'Power State' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Power State' reference.
- See Also:
setPowerState(PowerState)
,BindingPackage.getPowerStateBinding_PowerState()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setPowerState
void setPowerState(PowerState value)
Sets the value of the 'Power State
' reference.- Parameters:
value
- the new value of the 'Power State' reference.- See Also:
getPowerState()
- Generated class or method.
-
getBinding
ResourcePowerBinding getBinding()
Returns the value of the 'Binding' reference.If the meaning of the 'Binding' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Binding' reference.
- See Also:
setBinding(ResourcePowerBinding)
,BindingPackage.getPowerStateBinding_Binding()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setBinding
void setBinding(ResourcePowerBinding value)
Sets the value of the 'Binding
' reference.- Parameters:
value
- the new value of the 'Binding' reference.- See Also:
getBinding()
- Generated class or method.
-
-