@Deprecated public enum ECheckType extends java.lang.Enum<ECheckType> implements java.io.Serializable
| Enum Constant and Description |
|---|
ARC
Deprecated.
|
BOC
Deprecated.
|
CCD
Deprecated.
|
PPD
Deprecated.
|
TEL
Deprecated.
|
UNKNOWN
Deprecated.
|
WEB
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ECheckType |
findByValue(java.lang.String value)
Deprecated.
|
java.lang.String |
getValue()
Deprecated.
|
static ECheckType |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ECheckType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECheckType ARC
public static final ECheckType BOC
public static final ECheckType CCD
public static final ECheckType PPD
public static final ECheckType TEL
public static final ECheckType WEB
public static final ECheckType UNKNOWN
public static ECheckType[] values()
for (ECheckType c : ECheckType.values()) System.out.println(c);
public static ECheckType 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 ECheckType findByValue(java.lang.String value)
public java.lang.String getValue()
Copyright © 2018. All Rights Reserved.