Enum SYSTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQ_SYSTEM_REBOOThex = "0x0C000001", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SYSTEM_REBOOThex = "0x0C800001", type = DataType.INT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_IS_SYSTEM_REBOOTINGhex = "0x0C000002", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_SYSTEM_REBOOTINGhex = "0x0C800002", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_RESTART_APPLICATIONhex = "0x0C000003", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
RESTART_APPLICATIONhex = "0x0C800003", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
SCRIPT_FILEhex = "0x0C800011", type = DataType.STRING
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
GENERAL_ERRORhex = "0x0CFFFFFF", type = DataType.CONTAINER
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
-
Method Summary
Modifier and Type Method Description final SYSTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<SYSTag>values()Returns an array containing the constants of this enum type, in the order they're declared. NamespacegetNamespace()StringgetHex()DataTypegetType()final EnumEntries<SYSTag>getEntries()Contains system-relevant tags. -
-
Method Detail
-
valueOf
final SYSTag valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Parameters:
value- Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
-
values
final Array<SYSTag> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getNamespace
Namespace getNamespace()
-
getEntries
final EnumEntries<SYSTag> getEntries()
Contains system-relevant tags. For example, to restart the home power plant.
- Since:
2.0
-
-
-
-