Uses of Interface
de.xima.fc.workflow.parser.infix.IValidationOptions
-
Packages that use IValidationOptions Package Description de.xima.fc.workflow.parser.infix -
-
Uses of IValidationOptions in de.xima.fc.workflow.parser.infix
Classes in de.xima.fc.workflow.parser.infix that implement IValidationOptions Modifier and Type Class Description class
ValidationOptions
Implementation ofIValidationOptions
with a builder.Methods in de.xima.fc.workflow.parser.infix that return IValidationOptions Modifier and Type Method Description IValidationOptions
ValidationOptions.Builder. build()
Methods in de.xima.fc.workflow.parser.infix with parameters of type IValidationOptions Modifier and Type Method Description IValidationResult
IInfixExpressionHandler. validate(CharSequence expression, IValidationOptions options)
Validates the given infix expression.
-