Uses of Interface
de.gebit.integrity.dsl.ParameterName
Packages that use ParameterName
Package
Description
-
Uses of ParameterName in de.gebit.integrity.annotation
Methods in de.gebit.integrity.annotation with parameters of type ParameterNameModifier and TypeMethodDescriptionJvmFixtureEvaluation.getParameterNameOf(ParameterName aParameterName) Returns the name of a single given parameter defined by aParameterNameinstance. -
Uses of ParameterName in de.gebit.integrity.dsl
Subinterfaces of ParameterName in de.gebit.integrity.dslModifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Arbitrary Parameter Or Result Name'.interfaceA representation of the model object 'Fixed Parameter Name'.Methods in de.gebit.integrity.dsl that return ParameterNameModifier and TypeMethodDescriptionDslFactory.createParameterName()Returns a new object of class 'Parameter Name'.Parameter.getName()Returns the value of the 'Name' containment reference.ParameterTableHeader.getName()Returns the value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ParameterNameModifier and TypeMethodDescriptionvoidParameter.setName(ParameterName value) Sets the value of the 'Name' containment reference.voidParameterTableHeader.setName(ParameterName value) Sets the value of the 'Name' containment reference. -
Uses of ParameterName in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ParameterNameModifier and TypeClassDescriptionclassAn implementation of the model object 'Arbitrary Parameter Or Result Name'.classAn implementation of the model object 'Fixed Parameter Name'.classAn implementation of the model object 'Parameter Name'.Fields in de.gebit.integrity.dsl.impl declared as ParameterNameModifier and TypeFieldDescriptionprotected ParameterNameParameterImpl.nameThe cached value of the 'Name' containment reference.protected ParameterNameParameterTableHeaderImpl.nameThe cached value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl.impl that return ParameterNameModifier and TypeMethodDescriptionDslFactoryImpl.createParameterName()ParameterImpl.getName()ParameterTableHeaderImpl.getName()Methods in de.gebit.integrity.dsl.impl with parameters of type ParameterNameModifier and TypeMethodDescriptionorg.eclipse.emf.common.notify.NotificationChainParameterImpl.basicSetName(ParameterName newName, org.eclipse.emf.common.notify.NotificationChain msgs) org.eclipse.emf.common.notify.NotificationChainParameterTableHeaderImpl.basicSetName(ParameterName newName, org.eclipse.emf.common.notify.NotificationChain msgs) voidParameterImpl.setName(ParameterName newName) voidParameterTableHeaderImpl.setName(ParameterName newName) -
Uses of ParameterName in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ParameterNameModifier and TypeMethodDescriptionDslSwitch.caseParameterName(ParameterName object) Returns the result of interpreting the object as an instance of 'Parameter Name'. -
Uses of ParameterName in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type ParameterNameModifier and TypeMethodDescriptionprotected voidDefaultModelChecker.checkSingleParameterName(ParameterName aParameterName, String aTestOrCallName) Checks a single parameter name of a test or call. -
Uses of ParameterName in de.gebit.integrity.scoping
Methods in de.gebit.integrity.scoping with parameters of type ParameterNameModifier and TypeMethodDescriptionprotected org.eclipse.xtext.scoping.IScopeDSLScopeProvider.determineParameterEnumValueScope(MethodReference aMethodRef, ParameterName aParameterName) Determine valid enumeration values for the provided parameter name of the provided fixture method reference. -
Uses of ParameterName in de.gebit.integrity.utils
Methods in de.gebit.integrity.utils with parameters of type ParameterNameModifier and TypeMethodDescriptionstatic StringIntegrityDSLUtil.getParamNameStringFromParameterName(ParameterName aParameterName) Returns the name of a single given parameter defined by aParameterNameinstance.