Uses of Class
org.uitnet.testing.smartfwk.ui.core.file.reader.support.Operator
-
Packages that use Operator Package Description org.uitnet.testing.smartfwk.ui.core.file.reader.support -
-
Uses of Operator in org.uitnet.testing.smartfwk.ui.core.file.reader.support
Methods in org.uitnet.testing.smartfwk.ui.core.file.reader.support that return Operator Modifier and Type Method Description OperatorCondition. getOp()static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.ui.core.file.reader.support with parameters of type Operator Modifier and Type Method Description ConditionCondition. setOp(Operator op)Constructors in org.uitnet.testing.smartfwk.ui.core.file.reader.support with parameters of type Operator Constructor Description Condition(String columnName, Operator op, String value)
-