public interface PriorityConfiguration extends EObject
The following features are supported:
ConfigurationPackage.getPriorityConfiguration()
Modifier and Type | Method and Description |
---|---|
PriorityBoostConfiguration |
getBoostConfiguration()
Returns the value of the 'Boost Configuration' containment reference.
|
PriorityRange |
getRange()
Returns the value of the 'Range' containment reference.
|
void |
setBoostConfiguration(PriorityBoostConfiguration value)
Sets the value of the '
Boost Configuration ' containment reference. |
void |
setRange(PriorityRange value)
Sets the value of the '
Range ' containment reference. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
PriorityRange getRange()
If the meaning of the 'Range' containment reference isn't clear, there really should be more of a description here...
setRange(PriorityRange)
,
ConfigurationPackage.getPriorityConfiguration_Range()
void setRange(PriorityRange value)
Range
' containment reference.
value
- the new value of the 'Range' containment reference.getRange()
PriorityBoostConfiguration getBoostConfiguration()
If the meaning of the 'Boost Configuration' containment reference isn't clear, there really should be more of a description here...
setBoostConfiguration(PriorityBoostConfiguration)
,
ConfigurationPackage.getPriorityConfiguration_BoostConfiguration()
void setBoostConfiguration(PriorityBoostConfiguration value)
Boost Configuration
' containment reference.
value
- the new value of the 'Boost Configuration' containment reference.getBoostConfiguration()