Only select case executions which have a local variable value like the given value. This can be used on string variables only.
@param name the name of the variable, cannot be null
@param value the value of the variable, cannot be null. The string can include thewildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
@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 like the given value. This can be used on string variables only.
@param name variable name, cannot be null
@param value variable value, cannot be null. The string can include thewildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
@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.