public static enum BatchSerializerException.MessageKeys extends Enum<BatchSerializerException.MessageKeys> implements ODataLibraryException.MessageKey
Enum Constant and Description |
---|
MISSING_CONTENT_ID |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Gets this key.
|
static BatchSerializerException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchSerializerException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BatchSerializerException.MessageKeys MISSING_CONTENT_ID
public static BatchSerializerException.MessageKeys[] values()
for (BatchSerializerException.MessageKeys c : BatchSerializerException.MessageKeys.values()) System.out.println(c);
public static BatchSerializerException.MessageKeys 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 String getKey()
ODataLibraryException.MessageKey
getKey
in interface ODataLibraryException.MessageKey
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.