public class ConflictType extends 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(PrintWriter strm,
int c)
Print a human-readable form of the conflict type.
|
static String |
stringForm(int c) |
public static final int CONFLICT
public static final int COMPATIBLE
public static final int PRESENT
public static String stringForm(int c)
public static void print(PrintWriter strm, int c)
Copyright © 2014. All Rights Reserved.