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