public enum Windows10EditionType extends Enum<Windows10EditionType> implements com.github.davidmoten.odata.client.Enum
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static Windows10EditionType |
valueOf(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 WINDOWS10ENTERPRISE
public static final Windows10EditionType WINDOWS10ENTERPRISE_N
public static final Windows10EditionType WINDOWS10EDUCATION
public static final Windows10EditionType WINDOWS10EDUCATION_N
public static final Windows10EditionType WINDOWS10MOBILE_ENTERPRISE
public static final Windows10EditionType WINDOWS10HOLOGRAPHIC_ENTERPRISE
public static final Windows10EditionType WINDOWS10PROFESSIONAL
public static final Windows10EditionType WINDOWS10PROFESSIONAL_N
public static final Windows10EditionType WINDOWS10PROFESSIONAL_EDUCATION
public static final Windows10EditionType WINDOWS10PROFESSIONAL_EDUCATION_N
public static final Windows10EditionType WINDOWS10PROFESSIONAL_WORKSTATION
public static final Windows10EditionType WINDOWS10PROFESSIONAL_WORKSTATION_N
public static final Windows10EditionType NOT_CONFIGURED
public static final Windows10EditionType WINDOWS10HOME
public static final Windows10EditionType WINDOWS10HOME_CHINA
public static final Windows10EditionType WINDOWS10HOME_N
public static final Windows10EditionType WINDOWS10HOME_SINGLE_LANGUAGE
public static final Windows10EditionType WINDOWS10MOBILE
public static final Windows10EditionType WINDOWS10IO_TCORE
public static final Windows10EditionType WINDOWS10IO_TCORE_COMMERCIAL
public static Windows10EditionType[] values()
for (Windows10EditionType c : Windows10EditionType.values()) System.out.println(c);
public static Windows10EditionType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.