Class MapAnnotationWrapper


  • public class MapAnnotationWrapper
    extends GenericAnnotationWrapper<MapAnnotationData>
    Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).

    Implements function using the MapAnnotationData contained

    • Constructor Detail

      • MapAnnotationWrapper

        public MapAnnotationWrapper​(MapAnnotationData data)
        Constructor of the MapAnnotationWrapper class.
        Parameters:
        data - MapAnnotationData to be contained.
      • MapAnnotationWrapper

        public MapAnnotationWrapper​(List<NamedValue> result)
        Constructor of the MapAnnotationWrapper class. Sets the content of the MapAnnotationData
        Parameters:
        result - List of NamedValue(Key-Value pair).
      • MapAnnotationWrapper

        public MapAnnotationWrapper()
        Constructor of the MapAnnotationWrapper class.
    • Method Detail

      • getContent

        public List<NamedValue> getContent()
        Gets the List of NamedValue contained in the MapAnnotationData.
        Returns:
        MapAnnotationData content.
      • setContent

        public void setContent​(List<NamedValue> result)
        Sets the content of the MapAnnotationData.
        Parameters:
        result - List of NamedValue(Key-Value pair).