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

java.lang.Object
  extended by org.smallmind.wicket.component.google.visualization.Value
      extended by org.smallmind.wicket.component.google.visualization.TextValue
All Implemented Interfaces:
Comparable<Value>

public class TextValue
extends Value


Method Summary
static TextValue asNull()
           
 int compareTo(Value value)
           
static TextValue create(String text)
           
 String forScript()
           
 String getText()
           
 ValueType getType()
           
 boolean isNull()
           
 String toString()
           
 
Methods inherited from class org.smallmind.wicket.component.google.visualization.Value
equals
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

asNull

public static TextValue asNull()

create

public static TextValue create(String text)

getText

public String getText()

getType

public ValueType getType()
Specified by:
getType in class Value

isNull

public boolean isNull()
Specified by:
isNull in class Value

compareTo

public int compareTo(Value value)

forScript

public String forScript()
Specified by:
forScript in class Value

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.