Uses of Interface
de.gebit.integrity.dsl.SuiteParameter
-
Packages that use SuiteParameter Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.scoping de.gebit.integrity.serializer de.gebit.integrity.validation -
-
Uses of SuiteParameter in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return SuiteParameter Modifier and Type Method Description SuiteParameterDslFactory. createSuiteParameter()Returns a new object of class 'Suite Parameter'.Methods in de.gebit.integrity.dsl that return types with arguments of type SuiteParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SuiteParameter>Suite. getParameters()Returns the value of the 'Parameters' containment reference list. -
Uses of SuiteParameter in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement SuiteParameter Modifier and Type Class Description classSuiteParameterImplAn implementation of the model object 'Suite Parameter'.Fields in de.gebit.integrity.dsl.impl with type parameters of type SuiteParameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<SuiteParameter>SuiteImpl. parametersThe cached value of the 'Parameters' containment reference list.Methods in de.gebit.integrity.dsl.impl that return SuiteParameter Modifier and Type Method Description SuiteParameterDslFactoryImpl. createSuiteParameter()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type SuiteParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<SuiteParameter>SuiteImpl. getParameters() -
Uses of SuiteParameter in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type SuiteParameter Modifier and Type Method Description TDslSwitch. caseSuiteParameter(SuiteParameter object)Returns the result of interpreting the object as an instance of 'Suite Parameter'. -
Uses of SuiteParameter in de.gebit.integrity.scoping
Methods in de.gebit.integrity.scoping with parameters of type SuiteParameter Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_SuiteParameter_name(SuiteParameter aParameter, org.eclipse.emf.ecore.EReference aRef)Limits suite parameters to actually defined parameters. -
Uses of SuiteParameter in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type SuiteParameter Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_SuiteParameter(org.eclipse.xtext.serializer.ISerializationContext context, SuiteParameter semanticObject)Contexts: SuiteParameter returns SuiteParameter Constraint: (name=[VariableOrConstantEntity|QualifiedName] value=ValueOrEnumValueOrOperationCollection) -
Uses of SuiteParameter in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type SuiteParameter Modifier and Type Method Description voidDSLJavaValidator. checkSuiteParameter(SuiteParameter aParameter)Checks for redundant suite parameters.
-