Uses of Class
org.uitnet.testing.smartfwk.core.validator.ValueMatchOperator
-
Packages that use ValueMatchOperator Package Description org.uitnet.testing.smartfwk.core.validator org.uitnet.testing.smartfwk.ui.core.utils -
-
Uses of ValueMatchOperator in org.uitnet.testing.smartfwk.core.validator
Methods in org.uitnet.testing.smartfwk.core.validator that return ValueMatchOperator Modifier and Type Method Description static ValueMatchOperatorValueMatchOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueMatchOperatorValueMatchOperator. valueOf2(String type)static ValueMatchOperator[]ValueMatchOperator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ValueMatchOperator in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type ValueMatchOperator Modifier and Type Method Description static voidObjectUtil. fixValueTypesInParamValueObjects(ParamValue pv1, ValueMatchOperator operator, ParamValue pv2)
-