public enum STInkEffectsType extends Enum<STInkEffectsType>
Java class for ST_InkEffectsType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_InkEffectsType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="pencil"/>
<enumeration value="rainbow"/>
<enumeration value="galaxy"/>
<enumeration value="gold"/>
<enumeration value="silver"/>
<enumeration value="lava"/>
<enumeration value="ocean"/>
<enumeration value="rosegold"/>
<enumeration value="bronze"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
BRONZE |
GALAXY |
GOLD |
LAVA |
NONE |
OCEAN |
PENCIL |
RAINBOW |
ROSEGOLD |
SILVER |
| Modifier and Type | Method and Description |
|---|---|
static STInkEffectsType |
fromValue(String v) |
String |
value() |
static STInkEffectsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STInkEffectsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STInkEffectsType NONE
public static final STInkEffectsType PENCIL
public static final STInkEffectsType RAINBOW
public static final STInkEffectsType GALAXY
public static final STInkEffectsType GOLD
public static final STInkEffectsType SILVER
public static final STInkEffectsType LAVA
public static final STInkEffectsType OCEAN
public static final STInkEffectsType ROSEGOLD
public static final STInkEffectsType BRONZE
public static STInkEffectsType[] values()
for (STInkEffectsType c : STInkEffectsType.values()) System.out.println(c);
public static STInkEffectsType 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 STInkEffectsType fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.