Interface CustomMetadataValue
Package com.here.sdk.core
Interface CustomMetadataValue
-
public interface CustomMetadataValueInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTag()Obtains a tag that describes the instance of the interface.
-