com.tensegrity.palowebviewer.modules.paloclient.client.misc
Class ResultString

java.lang.Object
  extended by com.tensegrity.palowebviewer.modules.paloclient.client.misc.ResultString
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IResultElement

public class ResultString
extends java.lang.Object
implements IResultElement


Constructor Summary
ResultString()
           
ResultString(java.lang.String value)
           
 
Method Summary
 java.lang.String getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultString

public ResultString()

ResultString

public ResultString(java.lang.String value)
Method Detail

getValue

public final java.lang.String getValue()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object