Package de.gebit.integrity.dsl
Interface VariableVariable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
VariableVariableImpl
public interface VariableVariable extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Variable Variable'.The following features are supported:
- See Also:
DslPackage.getVariableVariable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableEntitygetName()Returns the value of the 'Name' reference.voidsetName(VariableEntity value)Sets the value of the 'Name' reference.
-
-
-
Method Detail
-
getName
VariableEntity getName()
Returns the value of the 'Name' reference.- Returns:
- the value of the 'Name' reference.
- See Also:
setName(VariableEntity),DslPackage.getVariableVariable_Name()
-
setName
void setName(VariableEntity value)
Sets the value of the 'Name' reference.- Parameters:
value- the new value of the 'Name' reference.- See Also:
getName()
-
-