public enum TherlinkConfigKeys extends Enum<TherlinkConfigKeys>
Enum Constant and Description |
---|
THERLINK_CAREPROVIDER_HCPARTY
careprovider property
|
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
String |
toString() |
static TherlinkConfigKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TherlinkConfigKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TherlinkConfigKeys THERLINK_CAREPROVIDER_HCPARTY
public static TherlinkConfigKeys[] values()
for (TherlinkConfigKeys c : TherlinkConfigKeys.values()) System.out.println(c);
public static TherlinkConfigKeys 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 getKey()
public String toString()
toString
in class Enum<TherlinkConfigKeys>
Enum.toString()
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.