@CompileStatic final enum MergeStrategy extends Enum<E<E>>
| Modifiers | Name | Description |
|---|---|---|
static MergeStrategy |
APPEND |
|
static MergeStrategy |
MAX_VALUE |
|
static MergeStrategy |
MIN_VALUE |
|
static MergeStrategy |
OVERRIDE |
|
static MergeStrategy |
PREPEND |
|
static MergeStrategy |
UNIQUE |
| Type Params | Return Type | Name and description |
|---|---|---|
|
MergeStrategy |
next() |
|
static MergeStrategy |
of(String str)Parses the given input into a MergeStrategy. |
|
MergeStrategy |
previous() |
|
static MergeStrategy |
valueOf(String name) |
|
static final MergeStrategy[] |
values() |
Parses the given input into a MergeStrategy. Never returns null.
str - the text to matchMergeStrategy or MergeStrategy.UNIQUE if not match