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