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

    Modifier and Type
    Method
    Description
    Obtains a tag that describes the instance of the interface.
  • Method Details

    • getTag

      @NonNull String 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.