org.apache.beehive.netui.util.config.bean
Class IdJavascript

Object
  extended by IdJavascript
All Implemented Interfaces:
Serializable

public final class IdJavascript
extends Object
implements Serializable

See Also:
Serialized Form

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

INT_DEFAULT

public static final int INT_DEFAULT
See Also:
Constant Field Values

INT_LEGACY

public static final int INT_LEGACY
See Also:
Constant Field Values

INT_LEGACY_ONLY

public static final int INT_LEGACY_ONLY
See Also:
Constant Field Values

DEFAULT

public static final IdJavascript DEFAULT

LEGACY

public static final IdJavascript LEGACY

LEGACY_ONLY

public static final IdJavascript LEGACY_ONLY
Method Detail

toString

public String toString()
Convert this id javascript to a readable String.

Overrides:
toString in class Object
Returns:
the readable id javascript name

equals

public boolean equals(Object value)
Equals method.

Overrides:
equals in class Object
Parameters:
value - value to check
Returns:
true if this id javascript matches the value; false otherwise.

hashCode

public int hashCode()
Hash code.

Overrides:
hashCode in class Object
Returns:
the hash code

getValue

public int getValue()
The id javascript's int value.

Returns:
the id javascript's value