teamdev.jsf.component.chart.impl.view
Class ChartDomain
java.lang.Object
teamdev.jsf.component.chart.impl.view.ChartDomain
- All Implemented Interfaces:
- java.io.Serializable
public class ChartDomain
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
|
Method Summary |
boolean |
equals(java.lang.Object obj)
Returns true if this object is equal to the specified
object, and false otherwise. |
int |
hashCode()
Returns a hash code of the object. |
java.lang.String |
toString()
Returns a string representing the object. |
static ChartDomain |
valueOf(java.lang.String value)
|
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
KEY
public static final ChartDomain KEY
VALUE
public static final ChartDomain VALUE
BOTH
public static final ChartDomain BOTH
NONE
public static final ChartDomain NONE
toString
public java.lang.String toString()
- Returns a string representing the object.
- Overrides:
toString in class java.lang.Object
- Returns:
- The string.
hashCode
public int hashCode()
- Returns a hash code of the object.
- Overrides:
hashCode in class java.lang.Object
- Returns:
- An int
equals
public boolean equals(java.lang.Object obj)
- Returns
true if this object is equal to the specified
object, and false otherwise.
- Overrides:
equals in class java.lang.Object
- Parameters:
obj - the other object.
- Returns:
- A boolean.
valueOf
public static ChartDomain valueOf(java.lang.String value)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.