Package de.gebit.integrity.dsl
Interface ExecutionMultiplier
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ExecutionMultiplierImpl
public interface ExecutionMultiplier extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Execution Multiplier'.The following features are supported:
- See Also:
DslPackage.getExecutionMultiplier()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstantValuegetCount()Returns the value of the 'Count' containment reference.voidsetCount(ConstantValue value)Sets the value of the 'Count' containment reference.
-
-
-
Method Detail
-
getCount
ConstantValue getCount()
Returns the value of the 'Count' containment reference.- Returns:
- the value of the 'Count' containment reference.
- See Also:
setCount(ConstantValue),DslPackage.getExecutionMultiplier_Count()
-
setCount
void setCount(ConstantValue value)
Sets the value of the 'Count' containment reference.- Parameters:
value- the new value of the 'Count' containment reference.- See Also:
getCount()
-
-