public static enum AlertMeta.Key.ValueType extends Enum<AlertMeta.Key.ValueType>
| Modifier and Type | Method and Description |
|---|---|
static AlertMeta.Key.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertMeta.Key.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AlertMeta.Key.ValueType SINGLE
public static final AlertMeta.Key.ValueType LIST
public static AlertMeta.Key.ValueType[] values()
for (AlertMeta.Key.ValueType c : AlertMeta.Key.ValueType.values()) System.out.println(c);
public static AlertMeta.Key.ValueType 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.