protected static enum MaprDBJsonRecordReader.SchemaState extends Enum<MaprDBJsonRecordReader.SchemaState>
Enum Constant and Description |
---|
SCHEMA_CHANGE |
SCHEMA_INIT |
SCHEMA_UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static MaprDBJsonRecordReader.SchemaState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaprDBJsonRecordReader.SchemaState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaprDBJsonRecordReader.SchemaState SCHEMA_UNKNOWN
public static final MaprDBJsonRecordReader.SchemaState SCHEMA_INIT
public static final MaprDBJsonRecordReader.SchemaState SCHEMA_CHANGE
public static MaprDBJsonRecordReader.SchemaState[] values()
for (MaprDBJsonRecordReader.SchemaState c : MaprDBJsonRecordReader.SchemaState.values()) System.out.println(c);
public static MaprDBJsonRecordReader.SchemaState 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.