| Modifier and Type | Method and Description |
|---|---|
static ConfigType |
ConfigType.fromInt(int num) |
ConfigType |
Config.getConfigType() |
static ConfigType |
ConfigType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigType[] |
ConfigType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.setConfigType(ConfigType configType) |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
ConfigRepository.findByConfigType(ConfigType configType) |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
ConfigService.findByConfigType(ConfigType configType) |
| Modifier and Type | Method and Description |
|---|---|
List<Config> |
ConfigServiceImpl.findByConfigType(ConfigType configType) |
Copyright © 2014–2018 Healthcare Services Platform Consortium. All rights reserved.