Package de.gebit.integrity.dsl
Interface SuiteReturnDefinition
- 
- All Superinterfaces:
 org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
 SuiteReturnDefinitionImpl
public interface SuiteReturnDefinition extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Suite Return Definition'.The following features are supported:
- See Also:
 DslPackage.getSuiteReturnDefinition()
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariableEntitygetName()Returns the value of the 'Name' containment reference.voidsetName(VariableEntity value)Sets the value of the 'Name' containment reference. 
 - 
 
- 
- 
Method Detail
- 
getName
VariableEntity getName()
Returns the value of the 'Name' containment reference.- Returns:
 - the value of the 'Name' containment reference.
 - See Also:
 setName(VariableEntity),DslPackage.getSuiteReturnDefinition_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()
 
 - 
 
 -