Uses of Interface
de.gebit.integrity.dsl.ForkParameter
-
Packages that use ForkParameter Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of ForkParameter in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return ForkParameter Modifier and Type Method Description ForkParameterDslFactory. createForkParameter()Returns a new object of class 'Fork Parameter'.Methods in de.gebit.integrity.dsl that return types with arguments of type ForkParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ForkParameter>ForkDefinition. getParameters()Returns the value of the 'Parameters' containment reference list. -
Uses of ForkParameter in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement ForkParameter Modifier and Type Class Description classForkParameterImplAn implementation of the model object 'Fork Parameter'.Fields in de.gebit.integrity.dsl.impl with type parameters of type ForkParameter Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ForkParameter>ForkDefinitionImpl. parametersThe cached value of the 'Parameters' containment reference list.Methods in de.gebit.integrity.dsl.impl that return ForkParameter Modifier and Type Method Description ForkParameterDslFactoryImpl. createForkParameter()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type ForkParameter Modifier and Type Method Description org.eclipse.emf.common.util.EList<ForkParameter>ForkDefinitionImpl. getParameters() -
Uses of ForkParameter in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type ForkParameter Modifier and Type Method Description TDslSwitch. caseForkParameter(ForkParameter object)Returns the result of interpreting the object as an instance of 'Fork Parameter'. -
Uses of ForkParameter in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type ForkParameter Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_ForkParameter(org.eclipse.xtext.serializer.ISerializationContext context, ForkParameter semanticObject)Contexts: ForkParameter returns ForkParameter Constraint: (name=FixedParameterName value=ValueOrEnumValueOrOperation)
-