public final class TransferType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_ANALOG |
static int |
_COMPOSITE |
static int |
_DIGITAL |
static int |
_LAPLACE |
static TransferType |
ANALOG |
static TransferType |
COMPOSITE |
static TransferType |
DIGITAL |
static TransferType |
LAPLACE |
| Modifier | Constructor and Description |
|---|---|
protected |
TransferType(int value) |
| Modifier and Type | Method and Description |
|---|---|
static TransferType |
from_int(int value) |
int |
value() |
public static final int _LAPLACE
public static final TransferType LAPLACE
public static final int _ANALOG
public static final TransferType ANALOG
public static final int _COMPOSITE
public static final TransferType COMPOSITE
public static final int _DIGITAL
public static final TransferType DIGITAL
public int value()
public static TransferType from_int(int value)