Uses of Class
org.jumpmind.symmetric.fs.client.SyncStatus.Stage

Packages that use SyncStatus.Stage
org.jumpmind.symmetric.fs.client   
 

Uses of SyncStatus.Stage in org.jumpmind.symmetric.fs.client
 

Fields in org.jumpmind.symmetric.fs.client declared as SyncStatus.Stage
protected  SyncStatus.Stage SyncStatus.stage
           
 

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

Methods in org.jumpmind.symmetric.fs.client with parameters of type SyncStatus.Stage
 void SyncStatus.setStage(SyncStatus.Stage stage)
           
 



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