Uses of Interface
de.gebit.integrity.dsl.IsoDateValue
-
Packages that use IsoDateValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of IsoDateValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return IsoDateValue Modifier and Type Method Description IsoDateValueDslFactory. createIsoDateValue()Returns a new object of class 'Iso Date Value'. -
Uses of IsoDateValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement IsoDateValue Modifier and Type Class Description classIsoDateValueImplAn implementation of the model object 'Iso Date Value'.Methods in de.gebit.integrity.dsl.impl that return IsoDateValue Modifier and Type Method Description IsoDateValueDslFactoryImpl. createIsoDateValue() -
Uses of IsoDateValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type IsoDateValue Modifier and Type Method Description TDslSwitch. caseIsoDateValue(IsoDateValue object)Returns the result of interpreting the object as an instance of 'Iso Date Value'. -
Uses of IsoDateValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type IsoDateValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_IsoDateValue(org.eclipse.xtext.serializer.ISerializationContext context, IsoDateValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns IsoDateValue Value returns IsoDateValue ConstantValue returns IsoDateValue StaticValue returns IsoDateValue DateValue returns IsoDateValue IsoDateValue returns IsoDateValue Constraint: dateValue=ISODATE
-