Package com.iizix.prop
Class BinderActions
java.lang.Object
com.iizix.prop.BinderActions
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 SummaryFieldsModifier and TypeFieldDescription- final ArrayList- <BinderAction> The array of actions that have been performed.
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- intCounts how many successful members were processed for the POJO.
- Field Details- actionsThe array of actions that have been performed.
 
- Constructor Details- BinderActionspublic BinderActions()
 
- Method Details- getSuccessCountpublic 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.