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

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

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

Fields in org.jumpmind.symmetric.fs.config declared as ConflictStrategy
protected  ConflictStrategy SyncConfig.conflictStrategy
           
 

Methods in org.jumpmind.symmetric.fs.config that return ConflictStrategy
 ConflictStrategy SyncConfig.getConflictStrategy()
           
static ConflictStrategy ConflictStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConflictStrategy[] ConflictStrategy.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 ConflictStrategy
 void SyncConfig.setConflictStrategy(ConflictStrategy conflictStrategy)
           
 



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