Uses of Interface
de.gebit.integrity.dsl.SuiteStatement
-
Packages that use SuiteStatement Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util -
-
Uses of SuiteStatement in de.gebit.integrity.dsl
Subinterfaces of SuiteStatement in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceCallA representation of the model object 'Call'.interfaceConstantDefinitionA representation of the model object 'Constant Definition'.interfaceSuiteA representation of the model object 'Suite'.interfaceSuiteStatementWithResultA representation of the model object 'Suite Statement With Result'.interfaceTableTestA representation of the model object 'Table Test'.interfaceTestA representation of the model object 'Test'.interfaceTimeSetA representation of the model object 'Time Set'.interfaceVariableAssignmentA representation of the model object 'Variable Assignment'.interfaceVariableDefinitionA representation of the model object 'Variable Definition'.interfaceVisibleCommentA representation of the model object 'Visible Comment'.interfaceVisibleDividerA representation of the model object 'Visible Divider'.interfaceVisibleMultiLineCommentA representation of the model object 'Visible Multi Line Comment'.interfaceVisibleMultiLineNormalCommentA representation of the model object 'Visible Multi Line Normal Comment'.interfaceVisibleMultiLineTitleCommentA representation of the model object 'Visible Multi Line Title Comment'.interfaceVisibleSingleLineCommentA representation of the model object 'Visible Single Line Comment'.interfaceVisibleSingleLineNormalCommentA representation of the model object 'Visible Single Line Normal Comment'.interfaceVisibleSingleLineTitleCommentA representation of the model object 'Visible Single Line Title Comment'.Methods in de.gebit.integrity.dsl that return SuiteStatement Modifier and Type Method Description SuiteStatementDslFactory. createSuiteStatement()Returns a new object of class 'Suite Statement'.Methods in de.gebit.integrity.dsl that return types with arguments of type SuiteStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<SuiteStatement>SuiteDefinition. getStatements()Returns the value of the 'Statements' containment reference list. -
Uses of SuiteStatement in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement SuiteStatement Modifier and Type Class Description classCallImplAn implementation of the model object 'Call'.classConstantDefinitionImplAn implementation of the model object 'Constant Definition'.classSuiteImplAn implementation of the model object 'Suite'.classSuiteStatementImplAn implementation of the model object 'Suite Statement'.classSuiteStatementWithResultImplAn implementation of the model object 'Suite Statement With Result'.classTableTestImplAn implementation of the model object 'Table Test'.classTestImplAn implementation of the model object 'Test'.classTimeSetImplAn implementation of the model object 'Time Set'.classVariableAssignmentImplAn implementation of the model object 'Variable Assignment'.classVariableDefinitionImplAn implementation of the model object 'Variable Definition'.classVisibleCommentImplAn implementation of the model object 'Visible Comment'.classVisibleDividerImplAn implementation of the model object 'Visible Divider'.classVisibleMultiLineCommentImplAn implementation of the model object 'Visible Multi Line Comment'.classVisibleMultiLineNormalCommentImplAn implementation of the model object 'Visible Multi Line Normal Comment'.classVisibleMultiLineTitleCommentImplAn implementation of the model object 'Visible Multi Line Title Comment'.classVisibleSingleLineCommentImplAn implementation of the model object 'Visible Single Line Comment'.classVisibleSingleLineNormalCommentImplAn implementation of the model object 'Visible Single Line Normal Comment'.classVisibleSingleLineTitleCommentImplAn implementation of the model object 'Visible Single Line Title Comment'.Fields in de.gebit.integrity.dsl.impl with type parameters of type SuiteStatement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<SuiteStatement>SuiteDefinitionImpl. statementsThe cached value of the 'Statements' containment reference list.Methods in de.gebit.integrity.dsl.impl that return SuiteStatement Modifier and Type Method Description SuiteStatementDslFactoryImpl. createSuiteStatement()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type SuiteStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<SuiteStatement>SuiteDefinitionImpl. getStatements() -
Uses of SuiteStatement in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type SuiteStatement Modifier and Type Method Description TDslSwitch. caseSuiteStatement(SuiteStatement object)Returns the result of interpreting the object as an instance of 'Suite Statement'.
-