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