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