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