Package de.gebit.integrity.dsl
Interface Variable
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,Value,ValueOrEnumValueOrOperation
- All Known Implementing Classes:
VariableImpl
public interface Variable extends Value
A representation of the model object 'Variable'.The following features are supported:
- See Also:
DslPackage.getVariable()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAttribute()Returns the value of the 'Attribute' attribute.VariableOrConstantEntitygetName()Returns the value of the 'Name' reference.voidsetAttribute(String value)Sets the value of the 'Attribute' attribute.voidsetName(VariableOrConstantEntity value)Sets the value of the 'Name' reference.
-
-
-
Method Detail
-
getName
VariableOrConstantEntity getName()
Returns the value of the 'Name' reference.- Returns:
- the value of the 'Name' reference.
- See Also:
setName(VariableOrConstantEntity),DslPackage.getVariable_Name()
-
setName
void setName(VariableOrConstantEntity value)
Sets the value of the 'Name' reference.- Parameters:
value- the new value of the 'Name' reference.- See Also:
getName()
-
getAttribute
String getAttribute()
Returns the value of the 'Attribute' attribute.- Returns:
- the value of the 'Attribute' attribute.
- See Also:
setAttribute(String),DslPackage.getVariable_Attribute()
-
setAttribute
void setAttribute(String value)
Sets the value of the 'Attribute' attribute.- Parameters:
value- the new value of the 'Attribute' attribute.- See Also:
getAttribute()
-
-