| Modifier and Type | Method and Description |
|---|---|
static MedicationEffect |
MedicationEffect.fromString(String effect)
Get the enum instance corresponding to either a CAPITAL_CASE or a camelCase version of its name.
|
MedicationEffect |
Medication.getEffect()
The effect observed for this medicine.
|
static MedicationEffect |
MedicationEffect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationEffect[] |
MedicationEffect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.