public static enum FilterIterator.Action extends Enum<FilterIterator.Action>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
FilterIterator.Action |
intern() |
String |
toString() |
static FilterIterator.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterIterator.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterIterator.Action ACCEPT
public static final FilterIterator.Action REJECT
public static FilterIterator.Action[] values()
for (FilterIterator.Action c : FilterIterator.Action.values()) System.out.println(c);
public static FilterIterator.Action 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 nullpublic FilterIterator.Action intern()
public String toString()
toString in class Enum<FilterIterator.Action>Copyright © 2021. All rights reserved.