Uses of Class
net.sf.ofx4j.domain.data.profile.SynchronizationCapability

Packages that use SynchronizationCapability
net.sf.ofx4j.domain.data Data for the domain model (used for the wire). 
net.sf.ofx4j.domain.data.profile   
 

Uses of SynchronizationCapability in net.sf.ofx4j.domain.data
 

Methods in net.sf.ofx4j.domain.data that return SynchronizationCapability
 SynchronizationCapability MessageSetProfile.getSyncCapability()
          The synchronization capability for this message set.
 

Uses of SynchronizationCapability in net.sf.ofx4j.domain.data.profile
 

Methods in net.sf.ofx4j.domain.data.profile that return SynchronizationCapability
 SynchronizationCapability VersionSpecificMessageSetInfo.getSyncCapability()
           
 SynchronizationCapability CoreMessageSetInfo.getSyncCapability()
          The synchronization capability for this message set.
static SynchronizationCapability SynchronizationCapability.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SynchronizationCapability[] SynchronizationCapability.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.ofx4j.domain.data.profile with parameters of type SynchronizationCapability
 void CoreMessageSetInfo.setSyncCapability(SynchronizationCapability syncCapability)
          The synchronization capability for this message set.
 



Copyright © 2008. All Rights Reserved.