Class Marker

  • Direct Known Subclasses:
    MarkerSegment

    public class Marker
    extends Object
    A Marker is a reference data inserted at some point in the flow. It can be used to create running headers/footers.
    • Constructor Detail

      • Marker

        public Marker​(String name,
                      String value)

        Create a new Marker with the given name and value.

        Marker names are used when finding references for e.g. headers and footers and are generally not unique. Instead, think of marker names as "type" or "class".

        Parameters:
        name - the name of the Marker
        value - the Marker value
    • Method Detail

      • getName

        public String getName()
        Get the name of this Marker. Note that marker names are not at all unique.
        Returns:
        returns the name of this Marker
      • getValue

        public String getValue()
        Get the value of this Marker.
        Returns:
        returns this Marker's value