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