| Package | Description |
|---|---|
| de.customed.diag.shared.dto | |
| de.customed.diag.shared.enums |
| Modifier and Type | Method and Description |
|---|---|
DataTypes |
ConfigValueDTO.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigValueDTO.setType(DataTypes type) |
| Constructor and Description |
|---|
ConfigValueDTO(String name,
DataTypes type,
String value) |
ConfigValueDTO(String name,
String description,
DataTypes type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static DataTypes |
DataTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypes[] |
DataTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.