Uses of Interface
de.gebit.integrity.dsl.RegexValue
-
-
Uses of RegexValue in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return RegexValue Modifier and Type Method Description RegexValueDslFactory. createRegexValue()Returns a new object of class 'Regex Value'. -
Uses of RegexValue in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement RegexValue Modifier and Type Class Description classRegexValueImplAn implementation of the model object 'Regex Value'.Methods in de.gebit.integrity.dsl.impl that return RegexValue Modifier and Type Method Description RegexValueDslFactoryImpl. createRegexValue() -
Uses of RegexValue in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type RegexValue Modifier and Type Method Description TDslSwitch. caseRegexValue(RegexValue object)Returns the result of interpreting the object as an instance of 'Regex Value'. -
Uses of RegexValue in de.gebit.integrity.parameter.conversion.conversions.integrity.other
Methods in de.gebit.integrity.parameter.conversion.conversions.integrity.other with parameters of type RegexValue Modifier and Type Method Description FormattedStringRegexValueToFormattedString. convert(RegexValue aSource, Class<? extends FormattedString> aTargetType, ConversionContext aConversionContext)static PatternRegexValueToPattern. convert(RegexValue aValue)PatternRegexValueToPattern. convert(RegexValue aSource, Class<? extends Pattern> aTargetType, ConversionContext aConversionContext)StringRegexValueToString. convert(RegexValue aSource, Class<? extends String> aTargetType, ConversionContext aConversionContext)protected FormattedStringAbstractRegexValueToString. convertToFormattedString(RegexValue aSource, ConversionContext aConversionContext)Converts the providedRegexValueto aFormattedString. -
Uses of RegexValue in de.gebit.integrity.runner.comparator
Methods in de.gebit.integrity.runner.comparator with parameters of type RegexValue Modifier and Type Method Description protected ComparisonResultDefaultResultComparator. performRegexCheck(String aFixtureResult, RegexValue anExpectedResult)Performs the regular expression based comparison between a fixture result and an expected regex. -
Uses of RegexValue in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type RegexValue Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_RegexValue(org.eclipse.xtext.serializer.ISerializationContext context, RegexValue semanticObject)Contexts: ValueOrEnumValueOrOperation returns RegexValue Value returns RegexValue ConstantValue returns RegexValue StaticValue returns RegexValue RegexValue returns RegexValue Constraint: regexValue=REGEX -
Uses of RegexValue in de.gebit.integrity.validation
Methods in de.gebit.integrity.validation with parameters of type RegexValue Modifier and Type Method Description voidDSLJavaValidator. checkIfRegexIsValid(RegexValue aValue)Checks whether a given regex is valid.
-