BrowserJavaEnabledVal Property
Ability of the cardholder's browser to execute Java.
Syntax
public int getBrowserJavaEnabledVal(); public void setBrowserJavaEnabledVal(int browserJavaEnabledVal);
Enumerated values: public final static int jeNotPresent = 0; public final static int jeTrue = 1; public final static int jeFalse = 2;
Default Value
0
Remarks
This field contains a value representing the ability of the cardholder's browser to execute Java.
Possible values are as follows:
| jeNotPresent (0) | Not Present |
| jeTrue (1) | True |
| jeFalse (2) | False |