|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Result | |
|---|---|
| com.quartzdesk.service.types.v5_0.common | |
| com.quartzdesk.service.types.v5_0.connection | |
| Uses of Result in com.quartzdesk.service.types.v5_0.common |
|---|
| Fields in com.quartzdesk.service.types.v5_0.common declared as Result | |
|---|---|
protected Result |
OperationResult.result
|
| Methods in com.quartzdesk.service.types.v5_0.common that return Result | |
|---|---|
static Result |
Result.fromValue(String v)
|
Result |
OperationResult.getResult()
Gets the value of the result property. |
static Result |
Result.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Result[] |
Result.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.quartzdesk.service.types.v5_0.common with parameters of type Result | |
|---|---|
void |
OperationResult.setResult(Result value)
Sets the value of the result property. |
OperationResult |
OperationResult.withResult(Result value)
|
| Uses of Result in com.quartzdesk.service.types.v5_0.connection |
|---|
| Methods in com.quartzdesk.service.types.v5_0.connection with parameters of type Result | |
|---|---|
ConnectionOperationResult |
ConnectionOperationResult.withResult(Result value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||