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