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