Package | Description |
---|---|
com.orchestranetworks.addon.dpra.common | |
com.orchestranetworks.addon.dpra.indicator |
Provides classes and interfaces to perform operations on indicators.
|
Modifier and Type | Method and Description |
---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Order |
QueryParam.getOrderByExecutionDate()
Returns the order by execution time
|
Modifier and Type | Method and Description |
---|---|
void |
QueryParam.setOrderByExecutionDate(Order orderByExecutionDate)
Sets an order by execution time
|