Interface StyleMapCondition

    • Method Detail

      • getMapperDefn

        MapperDefn getMapperDefn()
        Returns the MapperDefn object associated with this mapper condition.
        Returns:
        The MapperDefn object associated with this mapper condition.
      • setMapperDefn

        void setMapperDefn​(MapperDefn mapperDefn)
        Sets the MapperDefn object associated with this mapper condition.
        Parameters:
        mapperDefn - The MapperDefn object associated with this mapper condition.
      • getAdditionalData

        java.lang.String getAdditionalData()
        Returns the additional data associated with this specific mapping condition.
        Returns:
        The additional data associated with this specific mapping condition.
      • setAdditionalData

        void setAdditionalData​(java.lang.String addlData)
        Sets the additional data associated with this specific mapping condition.
        Parameters:
        addlData - The additional data associated with this specific mapping condition.