public static enum ApplicationReset.TelegramType extends Enum<ApplicationReset.TelegramType>
Enum Constant and Description |
---|
ALL |
CALIBRATION |
DEVELOPMENT |
ENHANCED_BILLING |
INSTALLATION_AND_STARTUP |
INSTANCIOUS_VALUES |
LOAD_MANAGEMENT_VALUES_FOR_MANAGEMENT |
MANUFACTURING |
MULTI_TARIFF_BILLING |
RESERVED_0x70 |
RESERVED_0xE0 |
RESERVED_0xF0 |
SELFTEST |
SIMPLE_BILLING |
TESTING |
USER_DATA |
Modifier and Type | Method and Description |
---|---|
static ApplicationReset.TelegramType |
fromLabel(String label) |
String |
getLabel() |
String |
toString() |
static ApplicationReset.TelegramType |
valueOf(int value) |
static ApplicationReset.TelegramType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationReset.TelegramType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationReset.TelegramType ALL
public static final ApplicationReset.TelegramType USER_DATA
public static final ApplicationReset.TelegramType SIMPLE_BILLING
public static final ApplicationReset.TelegramType ENHANCED_BILLING
public static final ApplicationReset.TelegramType MULTI_TARIFF_BILLING
public static final ApplicationReset.TelegramType INSTANCIOUS_VALUES
public static final ApplicationReset.TelegramType LOAD_MANAGEMENT_VALUES_FOR_MANAGEMENT
public static final ApplicationReset.TelegramType RESERVED_0x70
public static final ApplicationReset.TelegramType INSTALLATION_AND_STARTUP
public static final ApplicationReset.TelegramType TESTING
public static final ApplicationReset.TelegramType CALIBRATION
public static final ApplicationReset.TelegramType MANUFACTURING
public static final ApplicationReset.TelegramType DEVELOPMENT
public static final ApplicationReset.TelegramType SELFTEST
public static final ApplicationReset.TelegramType RESERVED_0xE0
public static final ApplicationReset.TelegramType RESERVED_0xF0
public final byte id
public final String label
public static ApplicationReset.TelegramType[] values()
for (ApplicationReset.TelegramType c : ApplicationReset.TelegramType.values()) System.out.println(c);
public static ApplicationReset.TelegramType 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 static ApplicationReset.TelegramType valueOf(int value)
public String toString()
toString
in class Enum<ApplicationReset.TelegramType>
public String getLabel()
public static ApplicationReset.TelegramType fromLabel(String label)
Copyright © 2009–2016 MBus4J. All rights reserved.