Warning
This feature is available in the Full MapKit SDK version
Package world.mappable.mapkit.search
Class VariantValue
java.lang.Object
↳ world.mappable.mapkit.search.Feature.VariantValue
static class VariantValue implements Serializable
A variant combining possible feature values.
Summary
Constructors
Signature and Description |
Methods
Type and modifiers |
Method and Description |
|
fromBooleanValue(@NonNull BooleanValue booleanValue) |
|
fromTextValue(@NonNull java.util.List<java.lang.String> textValue) |
|
fromEnumValue(@NonNull java.util.List<FeatureEnumValue> enumValue) |
java.util.List<java.lang.String> |
|
java.util.List<FeatureEnumValue> |
|
void |
serialize(world.mappable.runtime.bindings.Archive archive) |
Constuctors
VariantValue
VariantValue() |
Methods
fromBooleanValue
@NonNull |
fromTextValue
@NonNull |
fromEnumValue
@NonNull |
getBooleanValue
@Nullable |
getTextValue
@Nullable |
getEnumValue
@Nullable |
serialize
@Override |