public static class Definer.OnError extends EnumeratedAttribute
EnumeratedAttribute| Modifier and Type | Field and Description | 
|---|---|
static int | 
FAIL
Enumerated values 
 | 
static int | 
FAIL_ALL
Enumerated values 
 | 
static int | 
IGNORE
Enumerated values 
 | 
static String | 
POLICY_FAIL
text value of onerror option "fail" 
 | 
static String | 
POLICY_FAILALL
text value of onerror option "failall" 
 | 
static String | 
POLICY_IGNORE
text value of onerror option "ignore" 
 | 
static String | 
POLICY_REPORT
text value of onerror option "report" 
 | 
static int | 
REPORT
Enumerated values 
 | 
value| Constructor and Description | 
|---|
OnError()
Constructor 
 | 
OnError(String value)
Constructor using a string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getValues()
get the values 
 | 
containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toStringpublic static final int FAIL
public static final int FAIL_ALL
public static final int IGNORE
public static final String POLICY_FAIL
public static final String POLICY_FAILALL
public static final String POLICY_IGNORE
public static final String POLICY_REPORT
public static final int REPORT
public OnError()
public OnError(String value)
value - the value of the attributepublic String[] getValues()
getValues in class EnumeratedAttribute