public enum swIGESRepresentation_e extends java.lang.Enum<swIGESRepresentation_e>
Enum Constant and Description |
---|
swIGES_BOUNDEDSRF |
swIGES_BREP |
swIGES_CURVES |
swIGES_TRMSRF |
swIGES_TRMSRFANDCURVES |
Modifier and Type | Method and Description |
---|---|
static swIGESRepresentation_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swIGESRepresentation_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swIGESRepresentation_e swIGES_TRMSRF
public static final swIGESRepresentation_e swIGES_CURVES
public static final swIGESRepresentation_e swIGES_TRMSRFANDCURVES
public static final swIGESRepresentation_e swIGES_BREP
public static final swIGESRepresentation_e swIGES_BOUNDEDSRF
public static swIGESRepresentation_e[] values()
for (swIGESRepresentation_e c : swIGESRepresentation_e.values()) System.out.println(c);
public static swIGESRepresentation_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