Interface IDfRetainerStrategy


public interface IDfRetainerStrategy
Defines possible retainer strategy values for the IDfRetainer class.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Retention applies to a set of objects.
    static final int
    Retention applies to a single object.
  • Field Details

    • OBJECT

      static final int OBJECT
      Retention applies to a single object.
      See Also:
    • CONTAINER

      static final int CONTAINER
      Retention applies to a set of objects.
      See Also: