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 Detail

      • getTag

        @NonNull
        java.lang.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.