Package de.gebit.integrity.dsl
Interface SuiteDefinition
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,PackageStatement
- All Known Implementing Classes:
SuiteDefinitionImpl
public interface SuiteDefinition extends PackageStatement
A representation of the model object 'Suite Definition'.The following features are supported:
- See Also:
DslPackage.getSuiteDefinition()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<SuiteDefinition>getDependencies()Returns the value of the 'Dependencies' reference list.DocumentationCommentgetDocumentation()Returns the value of the 'Documentation' containment reference.org.eclipse.emf.common.util.EList<SuiteDefinition>getFinalizers()Returns the value of the 'Finalizers' reference list.StringgetInlined()Returns the value of the 'Inlined' attribute.StringgetName()Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<SuiteParameterDefinition>getParameters()Returns the value of the 'Parameters' containment reference list.StringgetPrivate()Returns the value of the 'Private' attribute.org.eclipse.emf.common.util.EList<SuiteReturnDefinition>getReturn()Returns the value of the 'Return' containment reference list.StringgetSingleRun()Returns the value of the 'Single Run' attribute.org.eclipse.emf.common.util.EList<SuiteStatement>getStatements()Returns the value of the 'Statements' containment reference list.voidsetDocumentation(DocumentationComment value)Sets the value of the 'Documentation' containment reference.voidsetInlined(String value)Sets the value of the 'Inlined' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetPrivate(String value)Sets the value of the 'Private' attribute.voidsetSingleRun(String value)Sets the value of the 'Single Run' attribute.
-
-
-
Method Detail
-
getDocumentation
DocumentationComment getDocumentation()
Returns the value of the 'Documentation' containment reference.- Returns:
- the value of the 'Documentation' containment reference.
- See Also:
setDocumentation(DocumentationComment),DslPackage.getSuiteDefinition_Documentation()
-
setDocumentation
void setDocumentation(DocumentationComment value)
Sets the value of the 'Documentation' containment reference.- Parameters:
value- the new value of the 'Documentation' containment reference.- See Also:
getDocumentation()
-
getPrivate
String getPrivate()
Returns the value of the 'Private' attribute.- Returns:
- the value of the 'Private' attribute.
- See Also:
setPrivate(String),DslPackage.getSuiteDefinition_Private()
-
setPrivate
void setPrivate(String value)
Sets the value of the 'Private' attribute.- Parameters:
value- the new value of the 'Private' attribute.- See Also:
getPrivate()
-
getSingleRun
String getSingleRun()
Returns the value of the 'Single Run' attribute.- Returns:
- the value of the 'Single Run' attribute.
- See Also:
setSingleRun(String),DslPackage.getSuiteDefinition_SingleRun()
-
setSingleRun
void setSingleRun(String value)
Sets the value of the 'Single Run' attribute.- Parameters:
value- the new value of the 'Single Run' attribute.- See Also:
getSingleRun()
-
getInlined
String getInlined()
Returns the value of the 'Inlined' attribute.- Returns:
- the value of the 'Inlined' attribute.
- See Also:
setInlined(String),DslPackage.getSuiteDefinition_Inlined()
-
setInlined
void setInlined(String value)
Sets the value of the 'Inlined' attribute.- Parameters:
value- the new value of the 'Inlined' attribute.- See Also:
getInlined()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DslPackage.getSuiteDefinition_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getParameters
org.eclipse.emf.common.util.EList<SuiteParameterDefinition> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of typeSuiteParameterDefinition.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
DslPackage.getSuiteDefinition_Parameters()
-
getReturn
org.eclipse.emf.common.util.EList<SuiteReturnDefinition> getReturn()
Returns the value of the 'Return' containment reference list. The list contents are of typeSuiteReturnDefinition.- Returns:
- the value of the 'Return' containment reference list.
- See Also:
DslPackage.getSuiteDefinition_Return()
-
getDependencies
org.eclipse.emf.common.util.EList<SuiteDefinition> getDependencies()
Returns the value of the 'Dependencies' reference list. The list contents are of typeSuiteDefinition.- Returns:
- the value of the 'Dependencies' reference list.
- See Also:
DslPackage.getSuiteDefinition_Dependencies()
-
getFinalizers
org.eclipse.emf.common.util.EList<SuiteDefinition> getFinalizers()
Returns the value of the 'Finalizers' reference list. The list contents are of typeSuiteDefinition.- Returns:
- the value of the 'Finalizers' reference list.
- See Also:
DslPackage.getSuiteDefinition_Finalizers()
-
getStatements
org.eclipse.emf.common.util.EList<SuiteStatement> getStatements()
Returns the value of the 'Statements' containment reference list. The list contents are of typeSuiteStatement.- Returns:
- the value of the 'Statements' containment reference list.
- See Also:
DslPackage.getSuiteDefinition_Statements()
-
-