Package de.gebit.integrity.dsl
Interface Suite
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,SuiteStatement,SuiteStatementWithResult
- All Known Implementing Classes:
SuiteImpl
A representation of the model object 'Suite'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Definition' reference.getFork()Returns the value of the 'Fork' reference.Returns the value of the 'Inlined' attribute.Returns the value of the 'Multiplier' containment reference.org.eclipse.emf.common.util.EList<SuiteParameter> Returns the value of the 'Parameters' containment reference list.org.eclipse.emf.common.util.EList<SuiteReturn> Returns the value of the 'Return' containment reference list.org.eclipse.emf.common.util.EList<VariantDefinition> Returns the value of the 'Variants' reference list.voidsetDefinition(SuiteDefinition value) Sets the value of the 'Definition' reference.voidsetFork(ForkDefinition value) Sets the value of the 'Fork' reference.voidsetInlined(String value) Sets the value of the 'Inlined' attribute.voidsetMultiplier(ExecutionMultiplier value) Sets the value of the 'Multiplier' containment reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getInlined
String getInlined()Returns the value of the 'Inlined' attribute.- Returns:
- the value of the 'Inlined' attribute.
- See Also:
-
setInlined
Sets the value of the 'Inlined' attribute.- Parameters:
value- the new value of the 'Inlined' attribute.- See Also:
-
getMultiplier
ExecutionMultiplier getMultiplier()Returns the value of the 'Multiplier' containment reference.- Returns:
- the value of the 'Multiplier' containment reference.
- See Also:
-
setMultiplier
Sets the value of the 'Multiplier' containment reference.- Parameters:
value- the new value of the 'Multiplier' containment reference.- See Also:
-
getDefinition
SuiteDefinition getDefinition()Returns the value of the 'Definition' reference.- Returns:
- the value of the 'Definition' reference.
- See Also:
-
setDefinition
Sets the value of the 'Definition' reference.- Parameters:
value- the new value of the 'Definition' reference.- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<SuiteParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeSuiteParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-
getReturn
org.eclipse.emf.common.util.EList<SuiteReturn> getReturn()Returns the value of the 'Return' containment reference list. The list contents are of typeSuiteReturn.- Returns:
- the value of the 'Return' containment reference list.
- See Also:
-
getFork
ForkDefinition getFork()Returns the value of the 'Fork' reference.- Returns:
- the value of the 'Fork' reference.
- See Also:
-
setFork
Sets the value of the 'Fork' reference.- Parameters:
value- the new value of the 'Fork' reference.- See Also:
-
getVariants
org.eclipse.emf.common.util.EList<VariantDefinition> getVariants()Returns the value of the 'Variants' reference list. The list contents are of typeVariantDefinition.- Returns:
- the value of the 'Variants' reference list.
- See Also:
-