Uses of Class
com.hcl.voltmx.sync.services.syncruntime.config.Enums.ChangeTracking

Packages that use Enums.ChangeTracking
com.hcl.voltmx.sync.services.syncruntime.config   
 

Uses of Enums.ChangeTracking in com.hcl.voltmx.sync.services.syncruntime.config
 

Fields in com.hcl.voltmx.sync.services.syncruntime.config declared as Enums.ChangeTracking
 Enums.ChangeTracking SyncScope.changeTracking
           
 

Methods in com.hcl.voltmx.sync.services.syncruntime.config that return Enums.ChangeTracking
static Enums.ChangeTracking Enums.ChangeTracking.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Enums.ChangeTracking[] Enums.ChangeTracking.values()
          Returns an array containing the constants of this enum type, in the order they are declared.