Uses of Class
com.ibm.pim.spec.FileSpec.FileType

Packages that use FileSpec.FileType
com.ibm.pim.spec   
 

Uses of FileSpec.FileType in com.ibm.pim.spec
 

Methods in com.ibm.pim.spec that return FileSpec.FileType
 FileSpec.FileType FileSpec.getFileType()
          Get the fileType associated to this File Spec
static FileSpec.FileType FileSpec.FileType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FileSpec.FileType[] FileSpec.FileType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.pim.spec with parameters of type FileSpec.FileType
 FileSpec SpecManager.createFileSpec(java.lang.String specName, FileSpec.FileType fileType)
          Create a new file spec, supports setting of file type for FileSpec types.