@Deprecated public enum ReturnCode extends java.lang.Enum<ReturnCode>
| Enum Constant and Description |
|---|
R01
Deprecated.
|
R02
Deprecated.
|
R03
Deprecated.
|
R04
Deprecated.
|
R05
Deprecated.
|
R06
Deprecated.
|
R07
Deprecated.
|
R08
Deprecated.
|
R09
Deprecated.
|
R10
Deprecated.
|
R12
Deprecated.
|
R13
Deprecated.
|
R14
Deprecated.
|
R15
Deprecated.
|
R16
Deprecated.
|
R17
Deprecated.
|
R20
Deprecated.
|
R23
Deprecated.
|
R24
Deprecated.
|
R29
Deprecated.
|
R30
Deprecated.
|
R31
Deprecated.
|
R32
Deprecated.
|
R34
Deprecated.
|
R35
Deprecated.
|
R36
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ReturnCode |
findByCode(java.lang.String code)
Deprecated.
|
java.lang.String |
getCode()
Deprecated.
|
java.lang.String |
getReturnType()
Deprecated.
|
java.lang.String |
getShortTitle()
Deprecated.
|
static ReturnCode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ReturnCode[] |
values()
Deprecated.
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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ReturnCode findByCode(java.lang.String code)
public java.lang.String getCode()
public java.lang.String getReturnType()
public java.lang.String getShortTitle()
Copyright © 2018. All Rights Reserved.