| Modifier and Type | Method and Description |
|---|---|
static Terminate.Code |
Terminate.Code.fromValue(String value) |
Terminate.Code |
Terminate.getCode() |
static Terminate.Code |
Terminate.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Terminate.Code[] |
Terminate.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Terminate.setCode(Terminate.Code code) |
| Constructor and Description |
|---|
Terminate(UUID sessionId,
Terminate.Code code,
String reason,
String messageType) |
Copyright © 2019–2021 IG Group. All rights reserved.