Uses of Class
net.sf.ofx4j.domain.data.common.CorrectionAction

Packages that use CorrectionAction
net.sf.ofx4j.domain.data.common   
 

Uses of CorrectionAction in net.sf.ofx4j.domain.data.common
 

Methods in net.sf.ofx4j.domain.data.common that return CorrectionAction
 CorrectionAction Transaction.getCorrectionAction()
          The action to take on the corrected transaction.
static CorrectionAction CorrectionAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CorrectionAction[] CorrectionAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ofx4j.domain.data.common with parameters of type CorrectionAction
 void Transaction.setCorrectionAction(CorrectionAction correctionAction)
          The action to take on the corrected transaction.
 



Copyright © 2008. All Rights Reserved.