Uses of Interface
de.gebit.integrity.dsl.StringValue
-
-
Uses of StringValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return StringValue Modifier and Type Method Description StringValueDslFactory. createStringValue()Returns a new object of class 'String Value'. -
Uses of StringValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement StringValue Modifier and Type Class Description classStringValueImplAn implementation of the model object 'String Value'.Methods in de.gebit.integrity.dsl.impl that return StringValue Modifier and Type Method Description StringValueDslFactoryImpl. createStringValue() -
Uses of StringValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type StringValue Modifier and Type Method Description TDslSwitch. caseStringValue(StringValue object)Returns the result of interpreting the object as an instance of 'String Value'. -
Uses of StringValue in de.gebit.integrity.parameter.conversion
Methods in de.gebit.integrity.parameter.conversion with parameters of type StringValue Modifier and Type Method Description protected byte[]AbstractModularValueConverter. handleConversionOfStringValueToByteArray(StringValue aSource)Handles the special case of issue #66: single string to byte array.protected Byte[]AbstractModularValueConverter. handleConversionOfStringValueToByteWrapperArray(StringValue aSource)Handles the special case of issue #66: single string to byte array. -
Uses of StringValue in de.gebit.integrity.parameter.conversion.conversions.integrity.strings
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.strings with parameters of type StringValue Modifier and Type Method Description BigDecimalStringValueToBigDecimal. convert(StringValue aSource, Class<? extends BigDecimal> aTargetType, ConversionContext aConversionContext)BigIntegerStringValueToBigInteger. convert(StringValue aSource, Class<? extends BigInteger> aTargetType, ConversionContext aConversionContext)BooleanStringValueToBoolean. convert(StringValue aSource, Class<? extends Boolean> aTargetType, ConversionContext aConversionContext)ByteStringValueToByte. convert(StringValue aSource, Class<? extends Byte> aTargetType, ConversionContext aConversionContext)CharacterStringValueToCharacter. convert(StringValue aSource, Class<? extends Character> aTargetType, ConversionContext aConversionContext)DoubleStringValueToDouble. convert(StringValue aSource, Class<? extends Double> aTargetType, ConversionContext aConversionContext)EnumStringValueToEnumConstant. convert(StringValue aSource, Class<? extends Enum> aTargetType, ConversionContext aConversionContext)FloatStringValueToFloat. convert(StringValue aSource, Class<? extends Float> aTargetType, ConversionContext aConversionContext)FormattedStringStringValueToFormattedString. convert(StringValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)IntegerStringValueToInteger. convert(StringValue aSource, Class<? extends Integer> aTargetType, ConversionContext aConversionContext)LongStringValueToLong. convert(StringValue aSource, Class<? extends Long> aTargetType, ConversionContext aConversionContext)BigDecimalStringValueToNumber. convert(StringValue aSource, Class<? extends Number> aTargetType, ConversionContext aConversionContext)PatternStringValueToPattern. convert(StringValue aSource, Class<? extends Pattern> aTargetType, ConversionContext aConversionContext)ShortStringValueToShort. convert(StringValue aSource, Class<? extends Short> aTargetType, ConversionContext aConversionContext)StringStringValueToString. convert(StringValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractStringValueToString. convertToFormattedString(StringValue aSource, ConversionContext aConversionContext)Converts the providedStringValueto aFormattedString. -
Uses of StringValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type StringValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_StringValue(org.eclipse.xtext.serializer.ISerializationContext context, StringValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns StringValue Value returns StringValue ConstantValue returns StringValue StaticValue returns StringValue StringValue returns StringValue Constraint: stringValue=STRING
-