|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Filter.OnLoopErrorEnum | |
| org.xfp | This package contains the XFP framework. |
| Uses of Filter.OnLoopErrorEnum in org.xfp |
| Fields in org.xfp declared as Filter.OnLoopErrorEnum | |
static Filter.OnLoopErrorEnum |
Filter.OnLoopErrorEnum.BREAK
break the loop (similar to the java 'break' keyword) |
static Filter.OnLoopErrorEnum |
Filter.OnLoopErrorEnum.CONTINUE
continue with the next iteration (similar to the java 'continue' keyword) |
| Methods in org.xfp that return Filter.OnLoopErrorEnum | |
static Filter.OnLoopErrorEnum |
Filter.OnLoopErrorEnum.getEnum(java.lang.String name)
Gets the enum attribute of the OnLoopErrorEnum class |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||