public static enum FramedDeserializer.DeserializationResult extends Enum<FramedDeserializer.DeserializationResult>
Enum Constant and Description |
---|
INVALID_ENCODING_TYPE |
NOT_PARSED |
PARSED |
Modifier and Type | Method and Description |
---|---|
static FramedDeserializer.DeserializationResult |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FramedDeserializer.DeserializationResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FramedDeserializer.DeserializationResult PARSED
public static final FramedDeserializer.DeserializationResult NOT_PARSED
public static final FramedDeserializer.DeserializationResult INVALID_ENCODING_TYPE
public static FramedDeserializer.DeserializationResult[] values()
for (FramedDeserializer.DeserializationResult c : FramedDeserializer.DeserializationResult.values()) System.out.println(c);
public static FramedDeserializer.DeserializationResult 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 © 2005–2024 Onix Solutions. All rights reserved.