Package de.gebit.integrity.dsl
Interface ForkDefinition
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PackageStatement,Statement
- All Known Implementing Classes:
ForkDefinitionImpl
A representation of the model object 'Fork Definition'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Fork' reference.Returns the value of the 'Description' attribute.Returns the value of the 'Forker Class' containment reference.org.eclipse.emf.common.util.EList<ForkParameter> Returns the value of the 'Parameters' containment reference list.Returns the value of the 'Private' attribute.voidsetBaseFork(ForkDefinition value) Sets the value of the 'Base Fork' reference.voidsetDescription(String value) Sets the value of the 'Description' attribute.voidsetForkerClass(JavaClassReference value) Sets the value of the 'Forker Class' containment reference.voidsetPrivate(String value) Sets the value of the 'Private' attribute.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, eSetDeliverMethods inherited from interface de.gebit.integrity.dsl.Statement
getDocumentation, getName, setDocumentation, setName
-
Method Details
-
getPrivate
String getPrivate()Returns the value of the 'Private' attribute.- Returns:
- the value of the 'Private' attribute.
- See Also:
-
setPrivate
Sets the value of the 'Private' attribute.- Parameters:
value- the new value of the 'Private' attribute.- See Also:
-
getDescription
String getDescription()Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
-
setDescription
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
-
getForkerClass
JavaClassReference getForkerClass()Returns the value of the 'Forker Class' containment reference.- Returns:
- the value of the 'Forker Class' containment reference.
- See Also:
-
setForkerClass
Sets the value of the 'Forker Class' containment reference.- Parameters:
value- the new value of the 'Forker Class' containment reference.- See Also:
-
getBaseFork
ForkDefinition getBaseFork()Returns the value of the 'Base Fork' reference.- Returns:
- the value of the 'Base Fork' reference.
- See Also:
-
setBaseFork
Sets the value of the 'Base Fork' reference.- Parameters:
value- the new value of the 'Base Fork' reference.- See Also:
-
getParameters
org.eclipse.emf.common.util.EList<ForkParameter> getParameters()Returns the value of the 'Parameters' containment reference list. The list contents are of typeForkParameter.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
-