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