public class DuplicateRemovalMode extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static DuplicateRemovalMode |
CLEAR
The instance of Clear
|
static DuplicateRemovalMode |
NOT_SPECIFIED
The instance of Not Specified
|
static DuplicateRemovalMode |
OFF
The instance of Off
|
static DuplicateRemovalMode |
ON
The instance of On
|
static DuplicateRemovalMode[] |
PRIVATE_VALUES |
static DuplicateRemovalMode |
REPORT
The instance of Report
|
static DuplicateRemovalMode |
ROUND
The instance of Round
|
Modifier and Type | Method and Description |
---|---|
static DuplicateRemovalMode[] |
getValues() |
static DuplicateRemovalMode |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final DuplicateRemovalMode NOT_SPECIFIED
public static final DuplicateRemovalMode OFF
public static final DuplicateRemovalMode ON
public static final DuplicateRemovalMode ROUND
public static final DuplicateRemovalMode REPORT
public static final DuplicateRemovalMode CLEAR
public static final DuplicateRemovalMode[] PRIVATE_VALUES
public static final DuplicateRemovalMode[] getValues()
public static final DuplicateRemovalMode Parse(java.lang.String parameter)