Uses of Interface
de.gebit.integrity.dsl.IntegerValue
-
-
Uses of IntegerValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return IntegerValue Modifier and Type Method Description IntegerValueDslFactory. createIntegerValue()Returns a new object of class 'Integer Value'. -
Uses of IntegerValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement IntegerValue Modifier and Type Class Description classIntegerValueImplAn implementation of the model object 'Integer Value'.Methods in de.gebit.integrity.dsl.impl that return IntegerValue Modifier and Type Method Description IntegerValueDslFactoryImpl. createIntegerValue() -
Uses of IntegerValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type IntegerValue Modifier and Type Method Description TDslSwitch. caseIntegerValue(IntegerValue object)Returns the result of interpreting the object as an instance of 'Integer Value'. -
Uses of IntegerValue in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.numbers with parameters of type IntegerValue Modifier and Type Method Description BigDecimalIntegerValueToBigDecimal. convert(IntegerValue aSource, Class<? extends BigDecimal> aTargetType, ConversionContext aConversionContext)BigIntegerIntegerValueToBigInteger. convert(IntegerValue aSource, Class<? extends BigInteger> aTargetType, ConversionContext aConversionContext)ByteIntegerValueToByte. convert(IntegerValue aSource, Class<? extends Byte> aTargetType, ConversionContext aConversionContext)CharacterIntegerValueToCharacter. convert(IntegerValue aSource, Class<? extends Character> aTargetType, ConversionContext aConversionContext)DoubleIntegerValueToDouble. convert(IntegerValue aSource, Class<? extends Double> aTargetType, ConversionContext aConversionContext)FloatIntegerValueToFloat. convert(IntegerValue aSource, Class<? extends Float> aTargetType, ConversionContext aConversionContext)FormattedStringIntegerValueToFormattedString. convert(IntegerValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)IntegerIntegerValueToInteger. convert(IntegerValue aSource, Class<? extends Integer> aTargetType, ConversionContext aConversionContext)LongIntegerValueToLong. convert(IntegerValue aSource, Class<? extends Long> aTargetType, ConversionContext aConversionContext)NumberIntegerValueToNumber. convert(IntegerValue aSource, Class<? extends Number> aTargetType, ConversionContext aConversionContext)ShortIntegerValueToShort. convert(IntegerValue aSource, Class<? extends Short> aTargetType, ConversionContext aConversionContext)StringIntegerValueToString. convert(IntegerValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractIntegerValueToString. convertToFormattedString(IntegerValue aSource, ConversionContext aConversionContext)Converts the providedIntegerValueto aFormattedString. -
Uses of IntegerValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type IntegerValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_IntegerValue(org.eclipse.xtext.serializer.ISerializationContext context, IntegerValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns IntegerValue Value returns IntegerValue ConstantValue returns IntegerValue StaticValue returns IntegerValue IntegerValue returns IntegerValue Constraint: integerValue=INTEGER
-