public enum swIGESPreferredSystem_e extends java.lang.Enum<swIGESPreferredSystem_e>
Enum Constant and Description |
---|
swIGES_ALIAS |
swIGES_ALPHACAM |
swIGES_ANSYS |
swIGES_COSMOS |
swIGES_MASCAM |
swIGES_MULTICAM |
swIGES_NURBS |
swIGES_SMARTCAM |
swIGES_STANDARD |
swIGES_SURFCAM |
swIGES_TEKSOFT |
Modifier and Type | Method and Description |
---|---|
static swIGESPreferredSystem_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swIGESPreferredSystem_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swIGESPreferredSystem_e swIGES_STANDARD
public static final swIGESPreferredSystem_e swIGES_NURBS
public static final swIGESPreferredSystem_e swIGES_ANSYS
public static final swIGESPreferredSystem_e swIGES_COSMOS
public static final swIGESPreferredSystem_e swIGES_MASCAM
public static final swIGESPreferredSystem_e swIGES_SURFCAM
public static final swIGESPreferredSystem_e swIGES_SMARTCAM
public static final swIGESPreferredSystem_e swIGES_TEKSOFT
public static final swIGESPreferredSystem_e swIGES_ALPHACAM
public static final swIGESPreferredSystem_e swIGES_MULTICAM
public static final swIGESPreferredSystem_e swIGES_ALIAS
public static swIGESPreferredSystem_e[] values()
for (swIGESPreferredSystem_e c : swIGESPreferredSystem_e.values()) System.out.println(c);
public static swIGESPreferredSystem_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