Package | Description |
---|---|
org.openmrs |
These classes represent the core domain objects for the OpenMRS project.
|
Modifier and Type | Method and Description |
---|---|
Order.Action |
Order.getAction()
Gets the action
|
static Order.Action |
Order.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Order.Action[] |
Order.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Order.setAction(Order.Action action)
Sets the ation
|
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.