public static enum PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence extends Enum<PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence>
org.apache.camel.component.paho.mqtt5.PahoMqtt5Persistence
enum.| Modifier and Type | Method and Description |
|---|---|
static PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence FILE
public static final PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence MEMORY
public static PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence[] values()
for (PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence c : PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence.values()) System.out.println(c);
public static PahoMqtt5EndpointBuilderFactory.PahoMqtt5Persistence 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