org.smallmind.wicket.component.google.visualization
Class Value

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.Value
All Implemented Interfaces:
Comparable<Value>
Direct Known Subclasses:
BooleanValue, NumberValue, TextValue, TimeBasedValue

public abstract class Value
extends Object
implements Comparable<Value>


Constructor Summary
Value()
           
 
Method Summary
 boolean equals(Object obj)
           
abstract  String forScript()
           
abstract  ValueType getType()
           
abstract  boolean isNull()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

Value

public Value()
Method Detail

getType

public abstract ValueType getType()

forScript

public abstract String forScript()

isNull

public abstract boolean isNull()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012. All Rights Reserved.