Uses of Interface
de.gebit.integrity.dsl.EnumValue
-
-
Uses of EnumValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return EnumValue Modifier and Type Method Description EnumValueDslFactory. createEnumValue()Returns a new object of class 'Enum Value'. -
Uses of EnumValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement EnumValue Modifier and Type Class Description classEnumValueImplAn implementation of the model object 'Enum Value'.Methods in de.gebit.integrity.dsl.impl that return EnumValue Modifier and Type Method Description EnumValueDslFactoryImpl. createEnumValue() -
Uses of EnumValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type EnumValue Modifier and Type Method Description TDslSwitch. caseEnumValue(EnumValue object)Returns the result of interpreting the object as an instance of 'Enum Value'. -
Uses of EnumValue in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other with parameters of type EnumValue Modifier and Type Method Description EnumEnumValueToEnumConstant. convert(EnumValue aSource, Class<? extends Enum> aTargetType, ConversionContext aConversionContext)FormattedStringEnumValueToFormattedString. convert(EnumValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)StringEnumValueToString. convert(EnumValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractEnumValueToString. convertToFormattedString(EnumValue aSource, ConversionContext aConversionContext)Converts the providedEnumValueto aFormattedString. -
Uses of EnumValue in de.gebit.integrity.runner.modelcheck
Methods in de.gebit.integrity.runner.modelcheck with parameters of type EnumValue Modifier and Type Method Description protected voidDefaultModelChecker. checkEnumValue(EnumValue aValue)Checks anEnumValue. -
Uses of EnumValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type EnumValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_EnumValue(org.eclipse.xtext.serializer.ISerializationContext context, EnumValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns EnumValue EnumValue returns EnumValue Constraint: enumValue=[JvmEnumerationLiteral|UPPERCASE_ID]
-