Enum ConflictResolutionMode
Package world.mappable.mapkit
java.lang.Object
↳ java.lang.Enum
↳ world.mappable.mapkit.ConflictResolutionMode
final enum ConflictResolutionMode
Determines how feature participates in conflict resolution.
Enum Constant Summary
|
Enum Constants |
Description |
|
Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features. |
|
|
Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features. |
|
|
Feature can NOT be hidden but can displace lower features. |
|
|
Feature doesn't participate in conflict resolution. |
Summary
Methods
|
Type and modifiers |
Method and Description |
|
|
values() |
|
|
valueOf(java.lang.String name) |
Enum Constants Detail
MINOR
|
|
MINOR |
Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features.
EQUAL
|
|
EQUAL |
Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features.
MAJOR
|
|
MAJOR |
Feature can NOT be hidden but can displace lower features.
IGNORE
|
|
IGNORE |
Feature doesn't participate in conflict resolution.
Methods
values
|
ConflictResolutionMode[] values() |
valueOf
|
ConflictResolutionMode valueOf(java.lang.String name) |