Package | Description |
---|---|
org.waarp.thrift.r66 |
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
ErrorCode.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
ErrorCode |
R66Result.getCode() |
static ErrorCode |
ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorCode[] |
ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
R66Result |
R66Result.setCode(ErrorCode code) |
Constructor and Description |
---|
R66Result(RequestMode mode,
ErrorCode code,
String resultinfo) |
Copyright © 2009–2020 Waarp. All rights reserved.