|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflux.ForEachAction.For_Each_Res
public static class ForEachAction.For_Each_Res
The result from a "for each" action, which indicates whether the end of data has been found.
Field Summary | |
---|---|
boolean |
result
Deprecated. Indicates whether the end of data has been found. |
Constructor Summary | |
---|---|
ForEachAction.For_Each_Res()
Deprecated. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. Clones the for each result object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean result
Constructor Detail |
---|
public ForEachAction.For_Each_Res()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- If an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |