public static enum TypeReader.ReaderCategory extends Enum<TypeReader.ReaderCategory>
Enum Constant and Description |
---|
FILTER_CHILD |
FILTER_PARENT |
NON_FILTER |
Modifier and Type | Method and Description |
---|---|
static TypeReader.ReaderCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeReader.ReaderCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeReader.ReaderCategory FILTER_CHILD
public static final TypeReader.ReaderCategory FILTER_PARENT
public static final TypeReader.ReaderCategory NON_FILTER
public static TypeReader.ReaderCategory[] values()
for (TypeReader.ReaderCategory c : TypeReader.ReaderCategory.values()) System.out.println(c);
public static TypeReader.ReaderCategory 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 © 2013–2022 The Apache Software Foundation. All rights reserved.