Uses of Interface
de.gebit.integrity.dsl.IsoDateAndTimeValue
-
Packages that use IsoDateAndTimeValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of IsoDateAndTimeValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return IsoDateAndTimeValue Modifier and Type Method Description IsoDateAndTimeValueDslFactory. createIsoDateAndTimeValue()Returns a new object of class 'Iso Date And Time Value'. -
Uses of IsoDateAndTimeValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement IsoDateAndTimeValue Modifier and Type Class Description classIsoDateAndTimeValueImplAn implementation of the model object 'Iso Date And Time Value'.Methods in de.gebit.integrity.dsl.impl that return IsoDateAndTimeValue Modifier and Type Method Description IsoDateAndTimeValueDslFactoryImpl. createIsoDateAndTimeValue() -
Uses of IsoDateAndTimeValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type IsoDateAndTimeValue Modifier and Type Method Description TDslSwitch. caseIsoDateAndTimeValue(IsoDateAndTimeValue object)Returns the result of interpreting the object as an instance of 'Iso Date And Time Value'. -
Uses of IsoDateAndTimeValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type IsoDateAndTimeValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_IsoDateAndTimeValue(org.eclipse.xtext.serializer.ISerializationContext context, IsoDateAndTimeValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns IsoDateAndTimeValue Value returns IsoDateAndTimeValue ConstantValue returns IsoDateAndTimeValue StaticValue returns IsoDateAndTimeValue DateAndTimeValue returns IsoDateAndTimeValue IsoDateAndTimeValue returns IsoDateAndTimeValue Constraint: (dateValue=ISODATE timeValue=ISOTIME)
-