Uses of Class
org.jumpmind.symmetric.fs.config.SyncDirection

Packages that use SyncDirection
org.jumpmind.symmetric.fs.config   
 

Uses of SyncDirection in org.jumpmind.symmetric.fs.config
 

Fields in org.jumpmind.symmetric.fs.config declared as SyncDirection
protected  SyncDirection SyncConfig.syncDirection
           
 

Methods in org.jumpmind.symmetric.fs.config that return SyncDirection
 SyncDirection SyncConfig.getSyncDirection()
           
static SyncDirection SyncDirection.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SyncDirection[] SyncDirection.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jumpmind.symmetric.fs.config with parameters of type SyncDirection
 void SyncConfig.setSyncDirection(SyncDirection syncDirection)
           
 



Copyright © 2012-2013 JumpMind, Inc.. All Rights Reserved.