|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIdJavascript
public final class IdJavascript
Field Summary | |
---|---|
static IdJavascript |
DEFAULT
|
static int |
INT_DEFAULT
|
static int |
INT_LEGACY
|
static int |
INT_LEGACY_ONLY
|
static IdJavascript |
LEGACY
|
static IdJavascript |
LEGACY_ONLY
|
Method Summary | |
---|---|
boolean |
equals(Object value)
Equals method. |
int |
getValue()
The id javascript's int value. |
int |
hashCode()
Hash code. |
String |
toString()
Convert this id javascript 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_LEGACY
public static final int INT_LEGACY_ONLY
public static final IdJavascript DEFAULT
public static final IdJavascript LEGACY
public static final IdJavascript LEGACY_ONLY
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 id javascript 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 |