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 Summary
Modifier and TypeFieldDescriptionfinal ArrayList<BinderAction>
The array of actions that have been performed.Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionint
Counts how many successful members were processed for the POJO.
Field Details
actions
The array of actions that have been performed.
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.