Package de.gebit.integrity.dsl
Interface Constant
-
- All Superinterfaces:
ConstantValue,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConstantImpl
public interface Constant extends ConstantValue
A representation of the model object 'Constant'.The following features are supported:
- See Also:
DslPackage.getConstant()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstantEntitygetName()Returns the value of the 'Name' reference.voidsetName(ConstantEntity value)Sets the value of the 'Name' reference.
-
-
-
Method Detail
-
getName
ConstantEntity getName()
Returns the value of the 'Name' reference.- Returns:
- the value of the 'Name' reference.
- See Also:
setName(ConstantEntity),DslPackage.getConstant_Name()
-
setName
void setName(ConstantEntity value)
Sets the value of the 'Name' reference.- Parameters:
value- the new value of the 'Name' reference.- See Also:
getName()
-
-