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"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CLEAR
Clear
|
DK_EDGE
Dark Edge
|
FLAT
Flat
|
LEGACY_MATTE
Legacy Matte
|
LEGACY_METAL
Legacy Metal
|
LEGACY_PLASTIC
Legacy Plastic
|
LEGACY_WIREFRAME
Legacy Wireframe
|
MATTE
Matte
|
METAL
Metal
|
PLASTIC
Plastic
|
POWDER
Powder
|
SOFT_EDGE
Soft Edge
|
SOFTMETAL
Soft Metal
|
TRANSLUCENT_POWDER
Translucent Powder
|
WARM_MATTE
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 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-2020. All Rights Reserved.