public enum swRepaintTypes_e extends java.lang.Enum<swRepaintTypes_e>
Enum Constant and Description |
---|
swDamageRepairUpdate |
swExplodedUpdate |
swInsertSketchUpdate |
swLightUpdate |
swMaterialUpdate |
swScrollViewUpdate |
swSectionedExitUpdate |
swSectionedUpdate |
swSelectionUpdate |
swStandardUpdate |
swViewDisplayUpdate |
Modifier and Type | Method and Description |
---|---|
static swRepaintTypes_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRepaintTypes_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRepaintTypes_e swStandardUpdate
public static final swRepaintTypes_e swLightUpdate
public static final swRepaintTypes_e swMaterialUpdate
public static final swRepaintTypes_e swSectionedUpdate
public static final swRepaintTypes_e swExplodedUpdate
public static final swRepaintTypes_e swInsertSketchUpdate
public static final swRepaintTypes_e swViewDisplayUpdate
public static final swRepaintTypes_e swDamageRepairUpdate
public static final swRepaintTypes_e swSelectionUpdate
public static final swRepaintTypes_e swSectionedExitUpdate
public static final swRepaintTypes_e swScrollViewUpdate
public static swRepaintTypes_e[] values()
for (swRepaintTypes_e c : swRepaintTypes_e.values()) System.out.println(c);
public static swRepaintTypes_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