com.tibco.bpm.web.client.services.results
Class StringResult

java.lang.Object
  extended by com.tibco.bpm.web.client.services.results.StringResult
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, net.customware.gwt.dispatch.shared.Result

public class StringResult
extends java.lang.Object
implements net.customware.gwt.dispatch.shared.Result

Result containing a String value.

©2012 Cloud Software Group, Inc.

Since:
2.0.0

Constructor Summary
StringResult(java.lang.String result)
           
 
Method Summary
 java.lang.String getResult()
          The String result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringResult

public StringResult(java.lang.String result)
Method Detail

getResult

public java.lang.String getResult()
The String result.

Returns:
Returns the result.


Copyright © 2015 Cloud Software Group, Inc. All Rights Reserved.