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