Gets the value of the specified data-handler configuration option if it contains Boolean data.
Syntax
public boolean getBooleanOption(String name);
Parameters
Return values
Returns the value of the Boolean type option.
Notes
The createHandler() method uses any child meta-object associated with the data handler to initialize its configuration options. You can use the getBooleanOption() method to obtain the value of one of these options, as long as the option contains a Boolean value.