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

MINOR

Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features.

EQUAL

Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features.

MAJOR

Feature can NOT be hidden but can displace lower features.

IGNORE

Feature doesn't participate in conflict resolution.

Summary

Methods

Type and modifiers

Method and Description

static ConflictResolutionMode[]

values()

static ConflictResolutionMode

valueOf(java.lang.String name)

Enum Constants Detail

MINOR

static final

ConflictResolutionMode

MINOR

Feature can be hidden (if supported) due to conflict with higher feature but will not conflict with lower features.


EQUAL

static final

ConflictResolutionMode

EQUAL

Feature can be hidden (if supported) due to conflict with higher feature and can displace lower features.


MAJOR

static final

ConflictResolutionMode

MAJOR

Feature can NOT be hidden but can displace lower features.


IGNORE

static final

ConflictResolutionMode

IGNORE

Feature doesn't participate in conflict resolution.


Methods

values

ConflictResolutionMode[] values()


valueOf

ConflictResolutionMode valueOf(java.lang.String name)