Uses of Interface
de.gebit.integrity.dsl.EuropeanDateValue
-
Packages that use EuropeanDateValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of EuropeanDateValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return EuropeanDateValue Modifier and Type Method Description EuropeanDateValueDslFactory. createEuropeanDateValue()Returns a new object of class 'European Date Value'. -
Uses of EuropeanDateValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement EuropeanDateValue Modifier and Type Class Description classEuropeanDateValueImplAn implementation of the model object 'European Date Value'.Methods in de.gebit.integrity.dsl.impl that return EuropeanDateValue Modifier and Type Method Description EuropeanDateValueDslFactoryImpl. createEuropeanDateValue() -
Uses of EuropeanDateValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type EuropeanDateValue Modifier and Type Method Description TDslSwitch. caseEuropeanDateValue(EuropeanDateValue object)Returns the result of interpreting the object as an instance of 'European Date Value'. -
Uses of EuropeanDateValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type EuropeanDateValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_EuropeanDateValue(org.eclipse.xtext.serializer.ISerializationContext context, EuropeanDateValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns EuropeanDateValue Value returns EuropeanDateValue ConstantValue returns EuropeanDateValue StaticValue returns EuropeanDateValue DateValue returns EuropeanDateValue EuropeanDateValue returns EuropeanDateValue Constraint: dateValue=EURODATE
-