| Package | Description |
|---|---|
| li.strolch.service.api |
| Modifier and Type | Method and Description |
|---|---|
ServiceResultState |
ServiceResult.getState() |
static ServiceResultState |
ServiceResultState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceResultState[] |
ServiceResultState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceResult.setState(ServiceResultState state) |
| Constructor and Description |
|---|
ServiceResult(ServiceResultState state) |
ServiceResult(ServiceResultState state,
String message) |
ServiceResult(ServiceResultState state,
String message,
Throwable throwable) |
Copyright © 2011–2016 Strolch. All rights reserved.