public enum CfdSupported extends java.lang.Enum<CfdSupported>
| Enum Constant and Description |
|---|
TWO_LINE
Two-line CFD, integrated into PayPoint devices
|
| Modifier and Type | Method and Description |
|---|---|
static CfdSupported |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CfdSupported[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CfdSupported TWO_LINE
public static CfdSupported[] values()
for (CfdSupported c : CfdSupported.values()) System.out.println(c);
public static CfdSupported 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 null