Class BinderActions


  • public class BinderActions
    extends java.lang.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 Summary

      Fields 
      Modifier and TypeFieldDescription
      java.util.ArrayList<BinderAction>actions
      The array of actions that have been performed.
    • Constructor Summary

      Constructors 
      ConstructorDescription
      BinderActions() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and TypeMethodDescription
      intgetSuccessCount()
      Counts how many successful members were processed for the POJO.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actions

        public final java.util.ArrayList<BinderAction> actions
        The array of actions that have been performed.
    • Constructor Detail

      • BinderActions

        public BinderActions()
    • Method Detail

      • 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.