public class OperationMode extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
static int |
_OP_NORMAL |
static int |
_OP_ONEWAY |
static OperationMode |
OP_NORMAL |
static OperationMode |
OP_ONEWAY |
Modifier | Constructor and Description |
---|---|
protected |
OperationMode(int value) |
Modifier and Type | Method and Description |
---|---|
static OperationMode |
from_int(int value) |
int |
value() |
public static final int _OP_NORMAL
public static final OperationMode OP_NORMAL
public static final int _OP_ONEWAY
public static final OperationMode OP_ONEWAY
public int value()
public static OperationMode from_int(int value)
Copyright © 2019 JBoss by Red Hat. All rights reserved.