public static enum CustomsAlert.IndicatorType extends Enum<CustomsAlert.IndicatorType>
Enum Constant and Description |
---|
EMAIL
Account ID/email
|
SOURCEADDRESS
Source IP address
|
UID
Account UID
|
Modifier and Type | Method and Description |
---|---|
static CustomsAlert.IndicatorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomsAlert.IndicatorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomsAlert.IndicatorType SOURCEADDRESS
public static final CustomsAlert.IndicatorType EMAIL
public static final CustomsAlert.IndicatorType UID
public static CustomsAlert.IndicatorType[] values()
for (CustomsAlert.IndicatorType c : CustomsAlert.IndicatorType.values()) System.out.println(c);
public static CustomsAlert.IndicatorType 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 © 2022. All rights reserved.