Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
CareSetting.CareSettingType |
CareSetting.getCareSettingType() |
static CareSetting.CareSettingType |
CareSetting.CareSettingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CareSetting.CareSettingType[] |
CareSetting.CareSettingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CareSetting.setCareSettingType(CareSetting.CareSettingType careSettingType) |
Constructor and Description |
---|
CareSetting(java.lang.String name,
java.lang.String description,
CareSetting.CareSettingType careSettingType) |
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.