public enum STDataValidationErrorStyle extends Enum<STDataValidationErrorStyle>
Java class for ST_DataValidationErrorStyle.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_DataValidationErrorStyle">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="stop"/>
<enumeration value="warning"/>
<enumeration value="information"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
INFORMATION |
STOP |
WARNING |
| Modifier and Type | Method and Description |
|---|---|
static STDataValidationErrorStyle |
fromValue(String v) |
String |
value() |
static STDataValidationErrorStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STDataValidationErrorStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STDataValidationErrorStyle STOP
public static final STDataValidationErrorStyle WARNING
public static final STDataValidationErrorStyle INFORMATION
public static STDataValidationErrorStyle[] values()
for (STDataValidationErrorStyle c : STDataValidationErrorStyle.values()) System.out.println(c);
public static STDataValidationErrorStyle 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 value()
public static STDataValidationErrorStyle fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.