Uses of Interface
de.gebit.integrity.dsl.IsoTimeValue
-
Packages that use IsoTimeValue Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer -
-
Uses of IsoTimeValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return IsoTimeValue Modifier and Type Method Description IsoTimeValueDslFactory. createIsoTimeValue()Returns a new object of class 'Iso Time Value'. -
Uses of IsoTimeValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement IsoTimeValue Modifier and Type Class Description classIsoTimeValueImplAn implementation of the model object 'Iso Time Value'.Methods in de.gebit.integrity.dsl.impl that return IsoTimeValue Modifier and Type Method Description IsoTimeValueDslFactoryImpl. createIsoTimeValue() -
Uses of IsoTimeValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type IsoTimeValue Modifier and Type Method Description TDslSwitch. caseIsoTimeValue(IsoTimeValue object)Returns the result of interpreting the object as an instance of 'Iso Time Value'. -
Uses of IsoTimeValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type IsoTimeValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_IsoTimeValue(org.eclipse.xtext.serializer.ISerializationContext context, IsoTimeValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns IsoTimeValue Value returns IsoTimeValue ConstantValue returns IsoTimeValue StaticValue returns IsoTimeValue TimeValue returns IsoTimeValue IsoTimeValue returns IsoTimeValue Constraint: timeValue=ISOTIME
-