Uses of Class
org.seedstack.maven.components.inquirer.Condition.Operator
-
Packages that use Condition.Operator Package Description org.seedstack.maven.components.inquirer -
-
Uses of Condition.Operator in org.seedstack.maven.components.inquirer
Methods in org.seedstack.maven.components.inquirer that return Condition.Operator Modifier and Type Method Description static Condition.OperatorCondition.Operator. fromString(String key)Condition.OperatorCondition. getOp()static Condition.OperatorCondition.Operator. valueOf(String name)Returns the enum constant of this type with the specified name.static Condition.Operator[]Condition.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.seedstack.maven.components.inquirer with parameters of type Condition.Operator Modifier and Type Method Description voidCondition. setOp(Condition.Operator op)
-