Uses of Interface
de.gebit.integrity.dsl.FixedParameterName
-
Packages that use FixedParameterName Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.scoping de.gebit.integrity.serializer -
-
Uses of FixedParameterName in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return FixedParameterName Modifier and Type Method Description FixedParameterNameDslFactory. createFixedParameterName()Returns a new object of class 'Fixed Parameter Name'.FixedParameterNameForkParameter. getName()Returns the value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl with parameters of type FixedParameterName Modifier and Type Method Description voidForkParameter. setName(FixedParameterName value)Sets the value of the 'Name' containment reference. -
Uses of FixedParameterName in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement FixedParameterName Modifier and Type Class Description classFixedParameterNameImplAn implementation of the model object 'Fixed Parameter Name'.Fields in de.gebit.integrity.dsl.impl declared as FixedParameterName Modifier and Type Field Description protected FixedParameterNameForkParameterImpl. nameThe cached value of the 'Name' containment reference.Methods in de.gebit.integrity.dsl.impl that return FixedParameterName Modifier and Type Method Description FixedParameterNameDslFactoryImpl. createFixedParameterName()FixedParameterNameForkParameterImpl. getName()Methods in de.gebit.integrity.dsl.impl with parameters of type FixedParameterName Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainForkParameterImpl. basicSetName(FixedParameterName newName, org.eclipse.emf.common.notify.NotificationChain msgs)voidForkParameterImpl. setName(FixedParameterName newName) -
Uses of FixedParameterName in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type FixedParameterName Modifier and Type Method Description TDslSwitch. caseFixedParameterName(FixedParameterName object)Returns the result of interpreting the object as an instance of 'Fixed Parameter Name'. -
Uses of FixedParameterName in de.gebit.integrity.scoping
Methods in de.gebit.integrity.scoping with parameters of type FixedParameterName Modifier and Type Method Description org.eclipse.xtext.scoping.IScopeDSLScopeProvider. scope_FixedParameterName_annotation(FixedParameterName aParameterName, org.eclipse.emf.ecore.EReference aRef)Limits the fixed parameter names to those defined in a fixture method signature. -
Uses of FixedParameterName in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type FixedParameterName Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_FixedParameterName(org.eclipse.xtext.serializer.ISerializationContext context, FixedParameterName semanticObject)Contexts: ParameterName returns FixedParameterName FixedParameterName returns FixedParameterName Constraint: annotation=[JvmAnnotationReference|ID]
-