flux
Class ForEachAction.ForEachResult

java.lang.Object
  extended by flux.ForEachAction.For_Each_Res
      extended by flux.ForEachAction.ForEachResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable
Enclosing interface:
ForEachAction

public static class ForEachAction.ForEachResult
extends ForEachAction.For_Each_Res
implements java.lang.Cloneable, java.io.Serializable

The result from a "for each" action, which indicates whether the end of data has been found.

See Also:
Serialized Form

Field Summary
 boolean result
          Indicates whether the end of data has been found.
 
Constructor Summary
ForEachAction.ForEachResult()
           
 
Method Summary
 java.lang.Object clone()
          Clones the for each result object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

result

public boolean result
Indicates whether the end of data has been found.

Constructor Detail

ForEachAction.ForEachResult

public ForEachAction.ForEachResult()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones the for each result object.

Overrides:
clone in class ForEachAction.For_Each_Res
Returns:
A cloned for each result object.
Throws:
java.lang.CloneNotSupportedException - If an error occurs.


© 2014 Flux Corporation. All rights reserved.