public static enum LogEndpointBuilderFactory.OutputStyle extends Enum<LogEndpointBuilderFactory.OutputStyle>
org.apache.camel.support.processor.DefaultExchangeFormatter$OutputStyle enum.| Modifier and Type | Method and Description |
|---|---|
static LogEndpointBuilderFactory.OutputStyle |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogEndpointBuilderFactory.OutputStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogEndpointBuilderFactory.OutputStyle Default
public static final LogEndpointBuilderFactory.OutputStyle Tab
public static final LogEndpointBuilderFactory.OutputStyle Fixed
public static LogEndpointBuilderFactory.OutputStyle[] values()
for (LogEndpointBuilderFactory.OutputStyle c : LogEndpointBuilderFactory.OutputStyle.values()) System.out.println(c);
public static LogEndpointBuilderFactory.OutputStyle 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 nullApache Camel