public enum CodeEnum extends Enum<CodeEnum>
| Enum Constant and Description |
|---|
CODE_200 |
CODE_400 |
CODE_403 |
CODE_404 |
CODE_470 |
CODE_471 |
CODE_472 |
CODE_473 |
CODE_480 |
CODE_481 |
CODE_482 |
CODE_500 |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getLongPhrase() |
String |
getShortPhrase() |
void |
setLabel(String label) |
void |
setLongPhrase(String longPhrase) |
void |
setShortPhrase(String shortPhrase) |
static CodeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodeEnum CODE_200
public static final CodeEnum CODE_400
public static final CodeEnum CODE_403
public static final CodeEnum CODE_404
public static final CodeEnum CODE_470
public static final CodeEnum CODE_471
public static final CodeEnum CODE_472
public static final CodeEnum CODE_473
public static final CodeEnum CODE_480
public static final CodeEnum CODE_481
public static final CodeEnum CODE_482
public static final CodeEnum CODE_500
public static CodeEnum[] values()
for (CodeEnum c : CodeEnum.values()) System.out.println(c);
public static CodeEnum 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 getLabel()
public void setLabel(String label)
public String getShortPhrase()
public void setShortPhrase(String shortPhrase)
public String getLongPhrase()
public void setLongPhrase(String longPhrase)
Copyright © 2016 Orange. All rights reserved.