Uses of Class
com.ibm.tws.objects.plan.types.FileStatusType

Packages that use FileStatusType
com.ibm.tws.objects.plan   
com.ibm.tws.objects.plan.types   
 

Uses of FileStatusType in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return FileStatusType
 FileStatusType FileDependencyInPlan.getFileStatus()
          Return the Status of the internal FileInPlan object.
 FileStatusType FileInPlan.getStatus()
          Return the status of this FileInPlan object.
 

Methods in com.ibm.tws.objects.plan with parameters of type FileStatusType
 void FileDependencyInPlan.setFileStatus(FileStatusType status)
          Set the Status of the internal FileInPlan object.
 void FileInPlan.setStatus(FileStatusType status)
          Set the status of this FileInPlan object For internal use only.
 

Uses of FileStatusType in com.ibm.tws.objects.plan.types
 

Fields in com.ibm.tws.objects.plan.types declared as FileStatusType
static FileStatusType FileStatusType.FILE_STATUS_NOT_CHECKED
          File existence not checked yet.
static FileStatusType FileStatusType.FILE_STATUS_CHECKED
          File existence checked
static FileStatusType FileStatusType.FILE_STATUS_EXISTS
          File existence checked, and File exists.
static FileStatusType FileStatusType.FILE_STATUS_NOT_EXISTS
          File existence checked, and File does not exists.
 

Methods in com.ibm.tws.objects.plan.types that return FileStatusType
static FileStatusType FileStatusType.getInstance(char charValue)
          Returns a reference to the instance of FileStatusType that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.