public final class CType extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_CPU |
static int |
_DISK_READ |
static int |
_DISK_WRITE |
static int |
_NET |
static CType |
CPU |
static CType |
DISK_READ |
static CType |
DISK_WRITE |
static CType |
NET |
| Modifier | Constructor and Description |
|---|---|
protected |
CType(int i) |
| Modifier and Type | Method and Description |
|---|---|
static CType |
from_int(int value) |
String |
toString() |
int |
value() |
public static final int _CPU
public static final CType CPU
public static final int _DISK_READ
public static final CType DISK_READ
public static final int _DISK_WRITE
public static final CType DISK_WRITE
public static final int _NET
public static final CType NET
Copyright © 2019. All rights reserved.