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

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

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

Fields in org.jumpmind.symmetric.fs.config declared as ScriptType
protected  ScriptType SyncConfig.scriptType
           
 

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



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