public enum MessagePrinters extends Enum<MessagePrinters>
| Modifier and Type | Field and Description |
|---|---|
static MessagePrinter<DataFrame> |
COMMAND |
static String |
COMMAND_FORMAT |
static MessagePrinter<DataFrame> |
EVENT |
static String |
EVENT_FORMAT_CMD |
static String |
EVENT_FORMAT_EVT |
static MessagePrinter<DataFrame> |
FRAME |
static MessagePrinter<Object> |
GENERAL |
static String |
GENERAL_FORMAT |
static MessagePrinter<DataFrame> |
LONG |
static String |
LONG_FORMAT |
static MessagePrinter<DataFrame> |
PIPE |
static String |
PIPE_FORMAT |
static MessagePrinter<DataFrame> |
SHORT |
static String |
SHORT_FORMAT |
| Modifier and Type | Method and Description |
|---|---|
static MessagePrinter<DataFrame> |
command(DataFrameFormatter formatter) |
static MessagePrinter<DataFrame> |
event(DataFrameFormatter formatter) |
static MessagePrinter<DataFrame> |
frame(DataFrameFormatter formatter) |
static MessagePrinters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePrinters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final String GENERAL_FORMAT
public static final String PIPE_FORMAT
public static final String SHORT_FORMAT
public static final String LONG_FORMAT
public static final String COMMAND_FORMAT
public static final String EVENT_FORMAT_CMD
public static final String EVENT_FORMAT_EVT
public static final MessagePrinter<Object> GENERAL
public static final MessagePrinter<DataFrame> PIPE
public static final MessagePrinter<DataFrame> SHORT
public static final MessagePrinter<DataFrame> LONG
public static final MessagePrinter<DataFrame> COMMAND
public static final MessagePrinter<DataFrame> EVENT
public static final MessagePrinter<DataFrame> FRAME
public static MessagePrinters[] values()
for (MessagePrinters c : MessagePrinters.values()) System.out.println(c);
public static MessagePrinters 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 MessagePrinter<DataFrame> command(DataFrameFormatter formatter)
public static MessagePrinter<DataFrame> event(DataFrameFormatter formatter)
public static MessagePrinter<DataFrame> frame(DataFrameFormatter formatter)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.