@InterfaceAudience.Private public enum SerializationFramework extends Enum<SerializationFramework>
Enum Constant and Description |
---|
NATIVE_SERIALIZATION |
WRITABLE_SERIALIZATION |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static SerializationFramework |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializationFramework[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SerializationFramework WRITABLE_SERIALIZATION
public static final SerializationFramework NATIVE_SERIALIZATION
public static SerializationFramework[] values()
for (SerializationFramework c : SerializationFramework.values()) System.out.println(c);
public static SerializationFramework 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 nullpublic int getType()
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.