Package de.gebit.integrity.dsl
Interface VariableDefinition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PackageStatement,SuiteStatement
- All Known Implementing Classes:
VariableDefinitionImpl
public interface VariableDefinition extends PackageStatement, SuiteStatement
A representation of the model object 'Variable Definition'.The following features are supported:
- See Also:
DslPackage.getVariableDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueOrEnumValueOrOperationCollectiongetInitialValue()Returns the value of the 'Initial Value' containment reference.VariableEntitygetName()Returns the value of the 'Name' containment reference.java.lang.StringgetPrivate()Returns the value of the 'Private' attribute.voidsetInitialValue(ValueOrEnumValueOrOperationCollection value)Sets the value of the 'Initial Value' containment reference.voidsetName(VariableEntity value)Sets the value of the 'Name' containment reference.voidsetPrivate(java.lang.String value)Sets the value of the 'Private' attribute.
-
-
-
Method Detail
-
getPrivate
java.lang.String getPrivate()
Returns the value of the 'Private' attribute.- Returns:
- the value of the 'Private' attribute.
- See Also:
setPrivate(String),DslPackage.getVariableDefinition_Private()
-
setPrivate
void setPrivate(java.lang.String value)
Sets the value of the 'Private' attribute.- Parameters:
value- the new value of the 'Private' attribute.- See Also:
getPrivate()
-
getName
VariableEntity getName()
Returns the value of the 'Name' containment reference.- Returns:
- the value of the 'Name' containment reference.
- See Also:
setName(VariableEntity),DslPackage.getVariableDefinition_Name()
-
setName
void setName(VariableEntity value)
Sets the value of the 'Name' containment reference.- Parameters:
value- the new value of the 'Name' containment reference.- See Also:
getName()
-
getInitialValue
ValueOrEnumValueOrOperationCollection getInitialValue()
Returns the value of the 'Initial Value' containment reference.- Returns:
- the value of the 'Initial Value' containment reference.
- See Also:
setInitialValue(ValueOrEnumValueOrOperationCollection),DslPackage.getVariableDefinition_InitialValue()
-
setInitialValue
void setInitialValue(ValueOrEnumValueOrOperationCollection value)
Sets the value of the 'Initial Value' containment reference.- Parameters:
value- the new value of the 'Initial Value' containment reference.- See Also:
getInitialValue()
-
-