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