Uses of Interface
de.gebit.integrity.dsl.VariantValue
-
Packages that use VariantValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of VariantValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return VariantValue Modifier and Type Method Description VariantValueDslFactory. createVariantValue()Returns a new object of class 'Variant Value'.Methods in de.gebit.integrity.dsl that return types with arguments of type VariantValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<VariantValue>ConstantDefinition. getVariantValues()Returns the value of the 'Variant Values' containment reference list. -
Uses of VariantValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement VariantValue Modifier and Type Class Description classVariantValueImplAn implementation of the model object 'Variant Value'.Fields in de.gebit.integrity.dsl.impl with type parameters of type VariantValue Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<VariantValue>ConstantDefinitionImpl. variantValuesThe cached value of the 'Variant Values' containment reference list.Methods in de.gebit.integrity.dsl.impl that return VariantValue Modifier and Type Method Description VariantValueDslFactoryImpl. createVariantValue()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type VariantValue Modifier and Type Method Description org.eclipse.emf.common.util.EList<VariantValue>ConstantDefinitionImpl. getVariantValues() -
Uses of VariantValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type VariantValue Modifier and Type Method Description TDslSwitch. caseVariantValue(VariantValue object)Returns the result of interpreting the object as an instance of 'Variant Value'. -
Uses of VariantValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type VariantValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_VariantValue(org.eclipse.xtext.serializer.ISerializationContext context, VariantValue semanticObject)Contexts: VariantValue returns VariantValue Constraint: (names+=[VariantDefinition|QualifiedName]+ value=ValueOrEnumValueOrOperationCollection)
-