Uses of Class
wt.ixb.conflictFramework.ImportSessionStatus

Packages that use ImportSessionStatus
wt.ixb.conflictFramework   
 

Uses of ImportSessionStatus in wt.ixb.conflictFramework
 

Fields in wt.ixb.conflictFramework declared as ImportSessionStatus
static ImportSessionStatus ImportSessionStatus.CREATED
          

Supported API: false
static ImportSessionStatus ImportSessionStatus.IDLE
          

Supported API: false
static ImportSessionStatus ImportSessionStatus.STARTED
          

Supported API: false
static ImportSessionStatus ImportSessionStatus.SUCCEEDED
          

Supported API: false
static ImportSessionStatus ImportSessionStatus.FAILED
          

Supported API: false
private  ImportSessionStatus ImportSession.status
           
 

Methods in wt.ixb.conflictFramework that return ImportSessionStatus
static ImportSessionStatus ImportSessionStatus.newImportSessionStatus(int secretHandshake)
          Used by EnumeratedType for constructing instances of ImportSessionStatus, from a resource bundle.
static ImportSessionStatus ImportSessionStatus.toImportSessionStatus(String internal_value)
          Returns the ImportSessionStatus instance for the internal_value argument.
static ImportSessionStatus ImportSessionStatus.getImportSessionStatusDefault()
          Returns the default value (instance) for the ImportSessionStatus set.
static ImportSessionStatus[] ImportSessionStatus.getImportSessionStatusSet()
          Returns a copy of the set of valid values (instances) for the ImportSessionStatus class.
 ImportSessionStatus ImportSession.getStatus()
          Gets the object for the association that plays role: STATUS.
 

Methods in wt.ixb.conflictFramework with parameters of type ImportSessionStatus
 void ImportSession.setStatus(ImportSessionStatus a_Status)
          Sets the object for the association that plays role: STATUS.
private  void ImportSession.statusValidate(ImportSessionStatus a_Status)