public class ReplaceIfPresentFlag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ReplaceIfPresentFlag |
DEFAULT |
static ReplaceIfPresentFlag |
DONT_REPLACE |
static ReplaceIfPresentFlag |
REPLACE |
| Constructor and Description |
|---|
ReplaceIfPresentFlag(byte value) |
ReplaceIfPresentFlag(int value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
byte |
value() |
public static final ReplaceIfPresentFlag DEFAULT
public static final ReplaceIfPresentFlag DONT_REPLACE
public static final ReplaceIfPresentFlag REPLACE