public enum swRendererType_e extends java.lang.Enum<swRendererType_e>
Enum Constant and Description |
---|
swRendererType_Photoworks_Buffer |
swRendererType_Solidworks_Screen |
Modifier and Type | Method and Description |
---|---|
static swRendererType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRendererType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRendererType_e swRendererType_Solidworks_Screen
public static final swRendererType_e swRendererType_Photoworks_Buffer
public static swRendererType_e[] values()
for (swRendererType_e c : swRendererType_e.values()) System.out.println(c);
public static swRendererType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null