Package | Description |
---|---|
org.waarp.thrift.r66 |
Modifier and Type | Method and Description |
---|---|
static Action |
Action.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
Action |
R66Request.getAction() |
Action |
R66Result.getAction() |
static Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.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.setAction(Action action) |
R66Result |
R66Result.setAction(Action action) |
Copyright © 2009–2020 Waarp. All rights reserved.