Class Properties.Item

com.yandex.mapkit.search

java.lang.Object ⇽ Properties.Item

public class Properties.Item

Enclosing Class:
Properties

Single property item.

Methods

Item(String key, String value)
Item()

Use constructor with parameters in your code.

String getKey()

Item key.

String getValue()

Item value.

void serialize(Archive archive)
Item(String key, String value)
Item()

Use constructor with parameters in your code.

String getKey()

Item key.

String getValue()

Item value.

void serialize(Archive archive)

Method Detail

Item

public Item (String key, String value)

Item

public Item ()

Use constructor with parameters in your code.

This one is for bindings only!

getKey

public String getKey ()

Item key.

getValue

public String getValue ()

Item value.

serialize

public void serialize (Archive archive)