CustomMetadataValue (API Reference)
Package com.here.sdk.core
Interface CustomMetadataValue
public interface CustomMetadataValue
Interface for storing arbitrary metadata types. By implementing this interface, multiple object types can be stored as desired, simply by adding fields to the implementation that refer to those objects and then assigning an instance of the CustomMetadataValue derived class to a map item.
-
Method Summary
-
Method Details
-
getTag
Obtains a tag that describes the instance of the interface. The tag is specific to the concrete implementation of the interface.
- Returns:
A tag describing the implementation of the interface.
-