Interface PropertyListMaker


public interface PropertyListMaker
A PropertyListMaker is a factory that creates PropertyLists.
  • Method Summary

    Modifier and Type
    Method
    Description
    make(FObj fobj, PropertyList parentPropertyList)
    Make a property list.
  • Method Details

    • make

      PropertyList make(FObj fobj, PropertyList parentPropertyList)
      Make a property list.
      Parameters:
      fobj - the FO from which the new property list is associated
      parentPropertyList - the parent property list
      Returns:
      the new property list