teamdev.jsf.component.chart.impl.view
Class ChartDomain

java.lang.Object
  extended by 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

Field Summary
static ChartDomain BOTH
           
static ChartDomain KEY
           
static ChartDomain NONE
           
static ChartDomain VALUE
           
 
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
 

Field Detail

KEY

public static final ChartDomain KEY

VALUE

public static final ChartDomain VALUE

BOTH

public static final ChartDomain BOTH

NONE

public static final ChartDomain NONE
Method Detail

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.