public enum SCAMethodTypeTO extends Enum<SCAMethodTypeTO>
| Modifier and Type | Method and Description |
|---|---|
static SCAMethodTypeTO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCAMethodTypeTO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SCAMethodTypeTO EMAIL
public static final SCAMethodTypeTO MOBILE
public static SCAMethodTypeTO[] values()
for (SCAMethodTypeTO c : SCAMethodTypeTO.values()) System.out.println(c);
public static SCAMethodTypeTO 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 nullCopyright © 2019. All rights reserved.