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 classValidationOptionsImplementation ofIValidationOptionswith a builder.Methods in de.xima.fc.workflow.parser.infix that return IValidationOptions Modifier and Type Method Description IValidationOptionsValidationOptions.Builder. build()Methods in de.xima.fc.workflow.parser.infix with parameters of type IValidationOptions Modifier and Type Method Description IValidationResultIInfixExpressionHandler. validate(CharSequence expression, IValidationOptions options)Validates the given infix expression. 
 -