public enum STPresetMaterialType extends Enum<STPresetMaterialType>
Java class for ST_PresetMaterialType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_PresetMaterialType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="legacyMatte"/>
<enumeration value="legacyPlastic"/>
<enumeration value="legacyMetal"/>
<enumeration value="legacyWireframe"/>
<enumeration value="matte"/>
<enumeration value="plastic"/>
<enumeration value="metal"/>
<enumeration value="warmMatte"/>
<enumeration value="translucentPowder"/>
<enumeration value="powder"/>
<enumeration value="dkEdge"/>
<enumeration value="softEdge"/>
<enumeration value="clear"/>
<enumeration value="flat"/>
<enumeration value="softmetal"/>
<enumeration value="none"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLEAR |
DK_EDGE |
FLAT |
LEGACY_MATTE |
LEGACY_METAL |
LEGACY_PLASTIC |
LEGACY_WIREFRAME |
MATTE |
METAL |
NONE |
PLASTIC |
POWDER |
SOFT_EDGE |
SOFTMETAL |
TRANSLUCENT_POWDER |
WARM_MATTE |
| Modifier and Type | Method and Description |
|---|---|
static STPresetMaterialType |
fromValue(String v) |
String |
value() |
static STPresetMaterialType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STPresetMaterialType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STPresetMaterialType LEGACY_MATTE
public static final STPresetMaterialType LEGACY_PLASTIC
public static final STPresetMaterialType LEGACY_METAL
public static final STPresetMaterialType LEGACY_WIREFRAME
public static final STPresetMaterialType MATTE
public static final STPresetMaterialType PLASTIC
public static final STPresetMaterialType METAL
public static final STPresetMaterialType WARM_MATTE
public static final STPresetMaterialType TRANSLUCENT_POWDER
public static final STPresetMaterialType POWDER
public static final STPresetMaterialType DK_EDGE
public static final STPresetMaterialType SOFT_EDGE
public static final STPresetMaterialType CLEAR
public static final STPresetMaterialType FLAT
public static final STPresetMaterialType SOFTMETAL
public static final STPresetMaterialType NONE
public static STPresetMaterialType[] values()
for (STPresetMaterialType c : STPresetMaterialType.values()) System.out.println(c);
public static STPresetMaterialType 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 STPresetMaterialType fromValue(String v)
Copyright © 2007-2021. All Rights Reserved.