public static enum DataValidation.AlertStyle extends Enum<DataValidation.AlertStyle> implements kk.json.JSONAware
| Enum Constant and Description |
|---|
Information |
Stop |
Warning |
| Modifier and Type | Method and Description |
|---|---|
String |
toJSONString() |
static DataValidation.AlertStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataValidation.AlertStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataValidation.AlertStyle Stop
public static final DataValidation.AlertStyle Warning
public static final DataValidation.AlertStyle Information
public static DataValidation.AlertStyle[] values()
for (DataValidation.AlertStyle c : DataValidation.AlertStyle.values()) System.out.println(c);
public static DataValidation.AlertStyle 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 String toJSONString()
toJSONString in interface kk.json.JSONAwareCopyright © 2018. All rights reserved.