| |
|
| java.lang.Object org.apache.beehive.netui.util.config.bean.IdJavascript
Method Summary | |
public boolean | equals(Object value) Equals method. | public int | getValue() The id javascript's int value. | public int | hashCode() Hash code. | public String | toString() Convert this id javascript to a readable String. |
INT_DEFAULT | final public static int INT_DEFAULT(Code) | | |
INT_LEGACY | final public static int INT_LEGACY(Code) | | |
INT_LEGACY_ONLY | final public static int INT_LEGACY_ONLY(Code) | | |
equals | public boolean equals(Object value)(Code) | | Equals method.
Parameters: value - value to check true if this id javascript matches the value ; false otherwise. |
getValue | public int getValue()(Code) | | The id javascript's int value.
the id javascript's value |
hashCode | public int hashCode()(Code) | | Hash code.
the hash code |
toString | public String toString()(Code) | | Convert this id javascript to a readable String.
the readable id javascript name |
|
|
|