public enum Windows10EditionType extends java.lang.Enum<Windows10EditionType>
| Enum Constant and Description |
|---|
UNEXPECTED_VALUE
For Windows10EditionType values that were not expected from the service
|
WINDOWS10_EDUCATION
windows10Education
|
WINDOWS10_EDUCATION_N
windows10Education N
|
WINDOWS10_ENTERPRISE
windows10Enterprise
|
WINDOWS10_ENTERPRISE_N
windows10Enterprise N
|
WINDOWS10_HOLOGRAPHIC_ENTERPRISE
windows10Holographic Enterprise
|
WINDOWS10_MOBILE_ENTERPRISE
windows10Mobile Enterprise
|
WINDOWS10_PROFESSIONAL
windows10Professional
|
WINDOWS10_PROFESSIONAL_EDUCATION
windows10Professional Education
|
WINDOWS10_PROFESSIONAL_EDUCATION_N
windows10Professional Education N
|
WINDOWS10_PROFESSIONAL_N
windows10Professional N
|
WINDOWS10_PROFESSIONAL_WORKSTATION
windows10Professional Workstation
|
WINDOWS10_PROFESSIONAL_WORKSTATION_N
windows10Professional Workstation N
|
| Modifier and Type | Method and Description |
|---|---|
static Windows10EditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Windows10EditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Windows10EditionType WINDOWS10_ENTERPRISE
public static final Windows10EditionType WINDOWS10_ENTERPRISE_N
public static final Windows10EditionType WINDOWS10_EDUCATION
public static final Windows10EditionType WINDOWS10_EDUCATION_N
public static final Windows10EditionType WINDOWS10_MOBILE_ENTERPRISE
public static final Windows10EditionType WINDOWS10_HOLOGRAPHIC_ENTERPRISE
public static final Windows10EditionType WINDOWS10_PROFESSIONAL
public static final Windows10EditionType WINDOWS10_PROFESSIONAL_N
public static final Windows10EditionType WINDOWS10_PROFESSIONAL_EDUCATION
public static final Windows10EditionType WINDOWS10_PROFESSIONAL_EDUCATION_N
public static final Windows10EditionType WINDOWS10_PROFESSIONAL_WORKSTATION
public static final Windows10EditionType WINDOWS10_PROFESSIONAL_WORKSTATION_N
public static final Windows10EditionType UNEXPECTED_VALUE
public static Windows10EditionType[] values()
for (Windows10EditionType c : Windows10EditionType.values()) System.out.println(c);
public static Windows10EditionType 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