Class TemplateItem

java.lang.Object
io.sf.jclf.text.format.TemplateItem

public class TemplateItem extends Object
One of the items in a FormatPrinter.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Gets the name (identifier) of this item.
      Returns:
      the name.
    • getFormat

      public ObjectFormat getFormat()
      Gets the format for this item.
      Returns:
      the ObjectFormat format.
    • getPos

      public int getPos()
    • toString

      public String toString()
      Overrides:
      toString in class Object