public static enum WmiUtil.ValueType extends Enum<WmiUtil.ValueType>
| Enum Constant and Description |
|---|
BOOLEAN |
DATETIME |
FLOAT |
PROCESS_GETOWNER |
PROCESS_GETOWNERSID |
STRING |
UINT16 |
UINT32 |
UINT64 |
| Modifier and Type | Method and Description |
|---|---|
static WmiUtil.ValueType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WmiUtil.ValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WmiUtil.ValueType STRING
public static final WmiUtil.ValueType UINT32
public static final WmiUtil.ValueType FLOAT
public static final WmiUtil.ValueType DATETIME
public static final WmiUtil.ValueType BOOLEAN
public static final WmiUtil.ValueType UINT64
public static final WmiUtil.ValueType UINT16
public static final WmiUtil.ValueType PROCESS_GETOWNER
public static final WmiUtil.ValueType PROCESS_GETOWNERSID
public static WmiUtil.ValueType[] values()
for (WmiUtil.ValueType c : WmiUtil.ValueType.values()) System.out.println(c);
public static WmiUtil.ValueType 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 nullCopyright © 2010–2018 oshi. All rights reserved.