Only select case executions which have a local variable value greater than or equal to the passed value. Booleans, Byte-arrays and {@link Serializable} objects (whichare not primitive type wrappers) are not supported.
@param name the name of the variable, cannot be null
@param value the value of the variable, cannot be null
@throws NotValidException when the given name is null or a null-value or a boolean-value is used
Only select cases instances which have a global variable value greater than or equal to the passed value. Booleans, Byte-arrays and {@link Serializable} objects (whichare not primitive type wrappers) are not supported.
@param name variable name, cannot be null
@param value variable value, cannot be null
@throws NotValidException when the given name is null or a null-value or a boolean-value is used
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.