public enum swLicenseType_e extends java.lang.Enum<swLicenseType_e>
| Modifier and Type | Method and Description |
|---|---|
static swLicenseType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swLicenseType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swLicenseType_e swLicenseType_Full
public static final swLicenseType_e swLicenseType_Educational
public static final swLicenseType_e swLicenseType_Student
public static final swLicenseType_e swLicenseType_StudentDesignKit
public static final swLicenseType_e swLicenseType_PersonalEdition
public static final swLicenseType_e swLicenseType_Full_Office
public static final swLicenseType_e swLicenseType_Full_Professional
public static final swLicenseType_e swLicenseType_Full_Premium
public static final swLicenseType_e swLicenseType_Maker
public static swLicenseType_e[] values()
for (swLicenseType_e c : swLicenseType_e.values()) System.out.println(c);
public static swLicenseType_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