Uses of Interface
de.gebit.integrity.dsl.DecimalValue
-
-
Uses of DecimalValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return DecimalValue Modifier and Type Method Description DecimalValueDslFactory. createDecimalValue()Returns a new object of class 'Decimal Value'. -
Uses of DecimalValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement DecimalValue Modifier and Type Class Description classDecimalValueImplAn implementation of the model object 'Decimal Value'.Methods in de.gebit.integrity.dsl.impl that return DecimalValue Modifier and Type Method Description DecimalValueDslFactoryImpl. createDecimalValue() -
Uses of DecimalValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type DecimalValue Modifier and Type Method Description TDslSwitch. caseDecimalValue(DecimalValue object)Returns the result of interpreting the object as an instance of 'Decimal Value'. -
Uses of DecimalValue in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers with parameters of type DecimalValue Modifier and Type Method Description BigDecimalDecimalValueToBigDecimal. convert(DecimalValue aSource, Class<? extends BigDecimal> aTargetType, ConversionContext aConversionContext)CharacterDecimalValueToCharacter. convert(DecimalValue aSource, Class<? extends Character> aTargetType, ConversionContext aConversionContext)DoubleDecimalValueToDouble. convert(DecimalValue aSource, Class<? extends Double> aTargetType, ConversionContext aConversionContext)FloatDecimalValueToFloat. convert(DecimalValue aSource, Class<? extends Float> aTargetType, ConversionContext aConversionContext)FormattedStringDecimalValueToFormattedString. convert(DecimalValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)NumberDecimalValueToNumber. convert(DecimalValue aSource, Class<? extends Number> aTargetType, ConversionContext aConversionContext)StringDecimalValueToString. convert(DecimalValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractDecimalValueToString. convertToFormattedString(DecimalValue aSource, ConversionContext aConversionContext)Converts the providedDecimalValueto aFormattedString. -
Uses of DecimalValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type DecimalValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_DecimalValue(org.eclipse.xtext.serializer.ISerializationContext context, DecimalValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns DecimalValue Value returns DecimalValue ConstantValue returns DecimalValue StaticValue returns DecimalValue DecimalValue returns DecimalValue Constraint: decimalValue=DECIMAL
-