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