public enum ReturnCode extends Enum<ReturnCode>
| Enum Constant and Description |
|---|
R01 |
R02 |
R03 |
R04 |
R05 |
R06 |
R07 |
R08 |
R09 |
R10 |
R12 |
R13 |
R14 |
R15 |
R16 |
R17 |
R20 |
R23 |
R24 |
R29 |
R30 |
R31 |
R32 |
R34 |
R35 |
R36 |
| Modifier and Type | Method and Description |
|---|---|
static ReturnCode |
findByCode(String code) |
String |
getCode() |
String |
getReturnType() |
String |
getShortTitle() |
static ReturnCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReturnCode R01
public static final ReturnCode R02
public static final ReturnCode R03
public static final ReturnCode R04
public static final ReturnCode R05
public static final ReturnCode R06
public static final ReturnCode R07
public static final ReturnCode R08
public static final ReturnCode R09
public static final ReturnCode R10
public static final ReturnCode R12
public static final ReturnCode R13
public static final ReturnCode R14
public static final ReturnCode R15
public static final ReturnCode R16
public static final ReturnCode R17
public static final ReturnCode R20
public static final ReturnCode R23
public static final ReturnCode R24
public static final ReturnCode R29
public static final ReturnCode R30
public static final ReturnCode R31
public static final ReturnCode R32
public static final ReturnCode R34
public static final ReturnCode R35
public static final ReturnCode R36
public static ReturnCode[] values()
for (ReturnCode c : ReturnCode.values()) System.out.println(c);
public static ReturnCode 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 static ReturnCode findByCode(String code)
public String getCode()
public String getReturnType()
public String getShortTitle()
Copyright © 2016. All Rights Reserved.