public final class BehaviorOfImportEmptyValue extends Object
Modifier and Type | Field and Description |
---|---|
static BehaviorOfImportEmptyValue |
KEEP |
static BehaviorOfImportEmptyValue |
OVERWRITE |
static BehaviorOfImportEmptyValue |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
boolean |
isKeepExistingValue()
Returns
true if the behavior is KEEP , otherwise returns false . |
boolean |
isOverwriteExistingValue()
Returns
true if the behavior is OVERWRITE , otherwise returns false . |
static BehaviorOfImportEmptyValue |
parse(String value) |
String |
toString()
Returns the
BehaviorOfImportEmptyValue in the form of a formatted string. |
public static final BehaviorOfImportEmptyValue OVERWRITE
public static final BehaviorOfImportEmptyValue KEEP
public static final BehaviorOfImportEmptyValue UNKNOWN
public static BehaviorOfImportEmptyValue parse(String value)
public boolean isOverwriteExistingValue()
true
if the behavior is OVERWRITE
, otherwise returns false
.public boolean isKeepExistingValue()
true
if the behavior is KEEP
, otherwise returns false
.