|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPreventCache
public final class PreventCache
Field Summary | |
---|---|
static PreventCache |
ALWAYS
|
static PreventCache |
DEFAULT
|
static PreventCache |
IN_DEV_MODE
|
static int |
INT_ALWAYS
|
static int |
INT_DEFAULT
|
static int |
INT_IN_DEV_MODE
|
Method Summary | |
---|---|
boolean |
equals(Object value)
Equals method. |
int |
getValue()
The multipart handler's int value. |
int |
hashCode()
Hash code. |
String |
toString()
Convert this prevent cache to a readable String. |
Methods inherited from class Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int INT_DEFAULT
public static final int INT_ALWAYS
public static final int INT_IN_DEV_MODE
public static final PreventCache DEFAULT
public static final PreventCache ALWAYS
public static final PreventCache IN_DEV_MODE
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object value)
equals
in class Object
value
- value to check
true
if this prevent cache matches the value
; false
otherwise.public int hashCode()
hashCode
in class Object
public int getValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |