Class BinderActions

java.lang.Object
com.iizix.prop.BinderActions

public class BinderActions extends Object
This class is used as information for what the binder actions that have been performed with the IBinderPOJO object and e.g. Properties.
Author:
Christopher Mindus
  • Field Details

  • Constructor Details

    • BinderActions

      public BinderActions()
  • Method Details

    • getSuccessCount

      public int getSuccessCount()
      Counts how many successful members were processed for the POJO. Successful members are the BinderAction's: NO_CHANGE, CONTAINER_CHANGED, ASSIGNED.
      Returns:
      The count of successful POJO members processed.