public static enum DeviceRuleFormat.ModeType extends Enum<DeviceRuleFormat.ModeType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDataType() |
static DeviceRuleFormat.ModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceRuleFormat.ModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceRuleFormat.ModeType METRIC
public static final DeviceRuleFormat.ModeType FIELD
public static DeviceRuleFormat.ModeType[] values()
for (DeviceRuleFormat.ModeType c : DeviceRuleFormat.ModeType.values()) System.out.println(c);
public static DeviceRuleFormat.ModeType 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 getDataType()
Copyright © 2022. All rights reserved.