public enum ExternalDataLinkType extends java.lang.Enum<ExternalDataLinkType>
| Enum Constant and Description |
|---|
CSV |
INSPECTIT |
OPEN_XTRACE |
| Modifier and Type | Method and Description |
|---|---|
static ExternalDataLinkType |
fromPrettyString(java.lang.String key) |
java.lang.String |
toPrettyString() |
static ExternalDataLinkType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExternalDataLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExternalDataLinkType OPEN_XTRACE
public static final ExternalDataLinkType INSPECTIT
public static final ExternalDataLinkType CSV
public static ExternalDataLinkType[] values()
for (ExternalDataLinkType c : ExternalDataLinkType.values()) System.out.println(c);
public static ExternalDataLinkType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static ExternalDataLinkType fromPrettyString(java.lang.String key)
public java.lang.String toPrettyString()