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