Enum EPTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQ_IS_READY_FOR_SWITCHhex = "0x0B000003", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_IS_GRID_CONNECTEDhex = "0x0B000004", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_IS_ISLAND_GRIDhex = "0x0B000005", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_IS_INVALID_STATEhex = "0x0B000006", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
REQ_IS_POSSIBLEhex = "0x0B000007", 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_READY_FOR_SWITCHhex = "0x0B800003", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_GRID_CONNECTEDhex = "0x0B800004", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_ISLAND_GRIDhex = "0x0B800005", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_INVALID_STATEhex = "0x0B800006", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
IS_POSSIBLEhex = "0x0B800007", type = DataType.BOOL
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
GENERAL_ERRORhex = "0x0BFFFFFF", 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 EPTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<EPTag>values()Returns an array containing the constants of this enum type, in the order they're declared. NamespacegetNamespace()StringgetHex()DataTypegetType()final EnumEntries<EPTag>getEntries()Contains tags to control and query the emergency power mode -
-
Method Detail
-
valueOf
final EPTag 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<EPTag> 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<EPTag> getEntries()
Contains tags to control and query the emergency power mode
- Since:
2.0
-
-
-
-