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