public static enum FilterWrapper.FilterRowRetCode extends Enum<FilterWrapper.FilterRowRetCode>
Enum Constant and Description |
---|
EXCLUDE |
INCLUDE |
INCLUDE_THIS_FAMILY |
NOT_CALLED |
Modifier and Type | Method and Description |
---|---|
static FilterWrapper.FilterRowRetCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterWrapper.FilterRowRetCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterWrapper.FilterRowRetCode NOT_CALLED
public static final FilterWrapper.FilterRowRetCode INCLUDE
public static final FilterWrapper.FilterRowRetCode EXCLUDE
public static final FilterWrapper.FilterRowRetCode INCLUDE_THIS_FAMILY
public static FilterWrapper.FilterRowRetCode[] values()
for (FilterWrapper.FilterRowRetCode c : FilterWrapper.FilterRowRetCode.values()) System.out.println(c);
public static FilterWrapper.FilterRowRetCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.