public class ConflictType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMPATIBLE |
static int |
CONFLICT |
static int |
PRESENT |
| Constructor and Description |
|---|
ConflictType() |
| Modifier and Type | Method and Description |
|---|---|
static void |
print(java.io.PrintWriter strm,
int c)
Print a human-readable form of the conflict type.
|
static java.lang.String |
stringForm(int c) |
public static final int CONFLICT
public static final int COMPATIBLE
public static final int PRESENT