public enum DCConfig extends Enum<DCConfig>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEloniaDevParticipantIdScheme() |
String |
getDefaultEloniaDevParticipantIdValue() |
String |
getDefaultFreedoniaDCSenderIdScheme() |
String |
getDefaultFreedoniaDCSenderIdValue() |
String |
getDSDEndpointURL() |
String |
getDumpLocation() |
String |
getKafkaClientTopic() |
String |
getKafkaClientURL() |
String |
getSubmitRequestURL() |
boolean |
isDumpingEnabled() |
boolean |
isKafkaClientEnabled() |
boolean |
useDirectSubmit() |
boolean |
useMockDSD() |
static DCConfig |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DCConfig[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCConfig INSTANCE
public static DCConfig[] values()
for (DCConfig c : DCConfig.values()) System.out.println(c);
public static DCConfig 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 boolean useMockDSD()
public boolean useDirectSubmit()
public boolean isDumpingEnabled()
public String getDumpLocation()
public String getKafkaClientTopic()
public boolean isKafkaClientEnabled()
public String getKafkaClientURL()
public String getSubmitRequestURL()
public String getDSDEndpointURL()
public String getDefaultEloniaDevParticipantIdScheme()
public String getDefaultEloniaDevParticipantIdValue()
public String getDefaultFreedoniaDCSenderIdScheme()
public String getDefaultFreedoniaDCSenderIdValue()
Copyright © 2020–2021 toop.eu. All rights reserved.