| Modifier and Type | Constant Field | Value | 
|---|---|---|
protected static final String | 
__IMMUTABLE | 
"IMMUTABLE" | 
protected static final String | 
__READONLY | 
"READONLY" | 
protected static final String | 
__READWRITE | 
"READWRITE" | 
protected static final String | 
__VOLATILE | 
"VOLATILE" | 
| Modifier and Type | Constant Field | Value | 
|---|---|---|
public static final int | 
IMMUTABLE | 
0 | 
public static final boolean | 
NON_VOLATILE | 
false | 
public static final int | 
READONLY | 
1 | 
public static final int | 
READWRITE | 
2 | 
public static final boolean | 
VOLATILE | 
true | 
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.