Uses of Interface
de.gebit.integrity.dsl.PackageStatement
-
Packages that use PackageStatement Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util -
-
Uses of PackageStatement in de.gebit.integrity.dsl
Subinterfaces of PackageStatement in de.gebit.integrity.dsl Modifier and Type Interface Description interfaceCallDefinitionA representation of the model object 'Call Definition'.interfaceConstantDefinitionA representation of the model object 'Constant Definition'.interfaceForkDefinitionA representation of the model object 'Fork Definition'.interfaceOperationDefinitionA representation of the model object 'Operation Definition'.interfaceSuiteDefinitionA representation of the model object 'Suite Definition'.interfaceTestDefinitionA representation of the model object 'Test Definition'.interfaceVariableDefinitionA representation of the model object 'Variable Definition'.interfaceVariantDefinitionA representation of the model object 'Variant Definition'.Methods in de.gebit.integrity.dsl that return PackageStatement Modifier and Type Method Description PackageStatementDslFactory. createPackageStatement()Returns a new object of class 'Package Statement'.Methods in de.gebit.integrity.dsl that return types with arguments of type PackageStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<PackageStatement>PackageDefinition. getStatements()Returns the value of the 'Statements' containment reference list. -
Uses of PackageStatement in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement PackageStatement Modifier and Type Class Description classCallDefinitionImplAn implementation of the model object 'Call Definition'.classConstantDefinitionImplAn implementation of the model object 'Constant Definition'.classForkDefinitionImplAn implementation of the model object 'Fork Definition'.classOperationDefinitionImplAn implementation of the model object 'Operation Definition'.classPackageStatementImplAn implementation of the model object 'Package Statement'.classSuiteDefinitionImplAn implementation of the model object 'Suite Definition'.classTestDefinitionImplAn implementation of the model object 'Test Definition'.classVariableDefinitionImplAn implementation of the model object 'Variable Definition'.classVariantDefinitionImplAn implementation of the model object 'Variant Definition'.Fields in de.gebit.integrity.dsl.impl with type parameters of type PackageStatement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<PackageStatement>PackageDefinitionImpl. statementsThe cached value of the 'Statements' containment reference list.Methods in de.gebit.integrity.dsl.impl that return PackageStatement Modifier and Type Method Description PackageStatementDslFactoryImpl. createPackageStatement()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type PackageStatement Modifier and Type Method Description org.eclipse.emf.common.util.EList<PackageStatement>PackageDefinitionImpl. getStatements() -
Uses of PackageStatement in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type PackageStatement Modifier and Type Method Description TDslSwitch. casePackageStatement(PackageStatement object)Returns the result of interpreting the object as an instance of 'Package Statement'.
-