Package de.gebit.integrity.dsl
Interface VariantDefinition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PackageStatement,Statement
- All Known Implementing Classes:
VariantDefinitionImpl
public interface VariantDefinition extends Statement, PackageStatement
A representation of the model object 'Variant Definition'.The following features are supported:
- See Also:
DslPackage.getVariantDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the value of the 'Description' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.-
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface de.gebit.integrity.dsl.Statement
getDocumentation, getName, setDocumentation, setName
-
-
-
-
Method Detail
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute.- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),DslPackage.getVariantDefinition_Description()
-
setDescription
void setDescription(String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()
-
-