public enum TracingSystemSetting extends Enum<TracingSystemSetting> implements SystemSetting
| Enum Constant and Description |
|---|
_X_AMZN_TRACE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
defaultValue() |
String |
environmentVariable() |
String |
property() |
static TracingSystemSetting |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingSystemSetting[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetBooleanValue, getBooleanValueOrThrow, getIntegerValue, getIntegerValueOrThrow, getNonDefaultStringValue, getStringValue, getStringValueFromEnvironmentVariable, getStringValueOrThrowpublic static final TracingSystemSetting _X_AMZN_TRACE_ID
public static TracingSystemSetting[] values()
for (TracingSystemSetting c : TracingSystemSetting.values()) System.out.println(c);
public static TracingSystemSetting 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 String property()
property in interface SystemSettingpublic String environmentVariable()
environmentVariable in interface SystemSettingpublic String defaultValue()
defaultValue in interface SystemSettingCopyright © 2023. All rights reserved.