Class Z21FastClockDataReplyFormatter
- java.lang.Object
-
- jmri.jmrix.roco.z21.messageformatters.Z21FastClockDataReplyFormatter
-
- All Implemented Interfaces:
MessageFormatter,Z21MessageFormatter
public class Z21FastClockDataReplyFormatter extends java.lang.Object implements Z21MessageFormatter
Z21 Fast Clock Data Reply Formatter.
-
-
Constructor Summary
Constructors Constructor Description Z21FastClockDataReplyFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringformatMessage(Message m)Format the message into a string(package private) java.lang.StringformatSettings(int settings)booleanhandlesMessage(Message m)Determine if this formatter can handle the message
-
-
-
Constructor Detail
-
Z21FastClockDataReplyFormatter
public Z21FastClockDataReplyFormatter()
-
-
Method Detail
-
handlesMessage
public boolean handlesMessage(Message m)
Description copied from interface:MessageFormatterDetermine if this formatter can handle the message- Specified by:
handlesMessagein interfaceMessageFormatter- Parameters:
m- message to check- Returns:
- true if this formatter can handle the message
-
formatMessage
public java.lang.String formatMessage(Message m)
Description copied from interface:MessageFormatterFormat the message into a string- Specified by:
formatMessagein interfaceMessageFormatter- Parameters:
m- message to format- Returns:
- formatted string
-
formatSettings
java.lang.String formatSettings(int settings)
-
-