public static enum WmiUtil.ValueType extends Enum<WmiUtil.ValueType>
| 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 LONG
public static final WmiUtil.ValueType FLOAT
public static final WmiUtil.ValueType DATETIME
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–2016 com.github.dblock. All rights reserved.