public enum swSolidworksEditionOptions_e extends java.lang.Enum<swSolidworksEditionOptions_e>
Enum Constant and Description |
---|
SolidworksCommercialEdition |
SolidworksEducationalEdition |
SolidworksMakerEdition |
SolidworksPersonalEdition |
SolidworksStudentDesignKitEdition |
SolidworksStudentEdition |
SolidworksUnknownEdition |
Modifier and Type | Method and Description |
---|---|
static swSolidworksEditionOptions_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swSolidworksEditionOptions_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swSolidworksEditionOptions_e SolidworksUnknownEdition
public static final swSolidworksEditionOptions_e SolidworksCommercialEdition
public static final swSolidworksEditionOptions_e SolidworksEducationalEdition
public static final swSolidworksEditionOptions_e SolidworksStudentEdition
public static final swSolidworksEditionOptions_e SolidworksStudentDesignKitEdition
public static final swSolidworksEditionOptions_e SolidworksPersonalEdition
public static final swSolidworksEditionOptions_e SolidworksMakerEdition
public static swSolidworksEditionOptions_e[] values()
for (swSolidworksEditionOptions_e c : swSolidworksEditionOptions_e.values()) System.out.println(c);
public static swSolidworksEditionOptions_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