flux
Class DatabaseConditionAction.DatabaseConditionActionResult

java.lang.Object
  extended by flux.DatabaseConditionAction.DatabaseConditionActionResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
DatabaseConditionAction

public static class DatabaseConditionAction.DatabaseConditionActionResult
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

The result when a DatabaseConditionAction runs.

See Also:
Serialized Form

Field Summary
 boolean result
          Indicates whether the condition was satisfied after the query ran.
 
Constructor Summary
DatabaseConditionAction.DatabaseConditionActionResult()
           
 
Method Summary
 java.lang.Object clone()
          Clones this result.
 java.lang.String toString()
          Returns a readable version of this result.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

result

public boolean result
Indicates whether the condition was satisfied after the query ran.

Constructor Detail

DatabaseConditionAction.DatabaseConditionActionResult

public DatabaseConditionAction.DatabaseConditionActionResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones this result.

Overrides:
clone in class java.lang.Object
Returns:
A clone of this result.
Throws:
java.lang.CloneNotSupportedException - Should never be thrown.

toString

public java.lang.String toString()
Returns a readable version of this result.

Overrides:
toString in class java.lang.Object
Returns:
A readable version of this result.


© 2014 Flux Corporation. All rights reserved.