public enum RegistryValueType extends Enum<RegistryValueType> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
BINARY |
DWORD |
DWORD_BIG_ENDIAN |
DWORD_LITTLE_ENDIAN |
EXPAND_SZ |
LINK |
MULTI_SZ |
NONE |
QWORD |
QWORDLITTLE_ENDIAN |
SZ |
UNKNOWN |
UNKNOWN_FUTURE_VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static RegistryValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegistryValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryValueType UNKNOWN
public static final RegistryValueType BINARY
public static final RegistryValueType DWORD
public static final RegistryValueType DWORD_LITTLE_ENDIAN
public static final RegistryValueType DWORD_BIG_ENDIAN
public static final RegistryValueType EXPAND_SZ
public static final RegistryValueType LINK
public static final RegistryValueType MULTI_SZ
public static final RegistryValueType NONE
public static final RegistryValueType QWORD
public static final RegistryValueType QWORDLITTLE_ENDIAN
public static final RegistryValueType SZ
public static final RegistryValueType UNKNOWN_FUTURE_VALUE
public static RegistryValueType[] values()
for (RegistryValueType c : RegistryValueType.values()) System.out.println(c);
public static RegistryValueType 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.