public enum ECheckType extends Enum<ECheckType> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static ECheckType |
findByValue(String value) |
String |
getValue() |
static ECheckType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECheckType[] |
values()
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(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 ECheckType findByValue(String value)
public String getValue()
Copyright © 2016. All Rights Reserved.