Uses of Interface
de.gebit.integrity.dsl.ParameterName
- 
- 
Uses of ParameterName in de.gebit.integrity.annotation
Methods in de.gebit.integrity.annotation with parameters of type ParameterName Modifier and Type Method Description StringJvmFixtureEvaluation. 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.dsl Modifier and Type Interface Description interfaceArbitraryParameterOrResultNameA representation of the model object 'Arbitrary Parameter Or Result Name'.interfaceFixedParameterNameA representation of the model object 'Fixed Parameter Name'.Methods in de.gebit.integrity.dsl that return ParameterName Modifier and Type Method Description ParameterNameDslFactory. createParameterName()Returns a new object of class 'Parameter Name'.ParameterNameParameter. getName()Returns the value of the 'Name' containment reference.ParameterNameParameterTableHeader. getName()Returns the value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl with parameters of type ParameterName Modifier and Type Method Description voidParameter. 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 ParameterName Modifier and Type Class Description classArbitraryParameterOrResultNameImplAn implementation of the model object 'Arbitrary Parameter Or Result Name'.classFixedParameterNameImplAn implementation of the model object 'Fixed Parameter Name'.classParameterNameImplAn implementation of the model object 'Parameter Name'.Fields in de.gebit.integrity.dsl.impl declared as ParameterName Modifier and Type Field Description protected 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 ParameterName Modifier and Type Method Description ParameterNameDslFactoryImpl. createParameterName()ParameterNameParameterImpl. getName()ParameterNameParameterTableHeaderImpl. getName()Methods in de.gebit.integrity.dsl.impl with parameters of type ParameterName Modifier and Type Method Description org.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 ParameterName Modifier and Type Method Description TDslSwitch. 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 ParameterName Modifier and Type Method Description protected 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 ParameterName Modifier and Type Method Description protected 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 ParameterName Modifier and Type Method Description static StringIntegrityDSLUtil. getParamNameStringFromParameterName(ParameterName aParameterName)Returns the name of a single given parameter defined by aParameterNameinstance. 
 -