|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter.OnErrorEnum | |
org.xfp | This package contains the XFP framework. |
Uses of Filter.OnErrorEnum in org.xfp |
Fields in org.xfp declared as Filter.OnErrorEnum | |
static Filter.OnErrorEnum |
Filter.OnErrorEnum.BREAK
break branch execution (by skipping all nested filters) and jump to the next filter branch |
static Filter.OnErrorEnum |
Filter.OnErrorEnum.EXIT
exit Pipeline execution |
Methods in org.xfp that return Filter.OnErrorEnum | |
protected Filter.OnErrorEnum |
Filter.getOnError()
Gets the onError attribute of the Filter object. |
static Filter.OnErrorEnum |
Filter.OnErrorEnum.getEnum(java.lang.String name)
Gets the enum attribute of the OnErrorEnum class |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |