Uses of Interface
org.dmtf.schemas.ovf.envelope.FileType

Packages that use FileType
com.ibm.adt.ovf.model.utility   
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

Uses of FileType in com.ibm.adt.ovf.model.utility
 

Methods in com.ibm.adt.ovf.model.utility that return FileType
protected  FileType ImportVMwareAction.extractFile(EnvelopeType envelope, java.lang.String fileId, java.lang.String fileRef)
          Locate or create the File
 

Methods in com.ibm.adt.ovf.model.utility with parameters of type FileType
protected  void ImportVMwareAction.updateVMDKDisk(java.io.File vmdk, FileType file)
          Updates a element with information from the VMDK file
 

Uses of FileType in org.dmtf.schemas.ovf.envelope
 

Methods in org.dmtf.schemas.ovf.envelope that return FileType
 FileType EnvelopeFactory.createFileType()
          Returns a new object of class 'File Type'.
 FileType VirtualDiskDescType.getFileReference()
          Returns the value of the 'File Reference' reference.
 FileType ReferencesType.getFileType(java.lang.String fileId)
           
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type FileType
 EList<FileType> ReferencesType.getFile()
          Returns the value of the 'File' containment reference list.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type FileType
 void VirtualDiskDescType.setFileReference(FileType value)
          Sets the value of the 'File Reference' reference.
 

Uses of FileType in org.dmtf.schemas.ovf.envelope.util
 

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type FileType
 T EnvelopeSwitch.caseFileType(FileType object)
          Returns the result of interpreting the object as an instance of 'File Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseFileType(FileType object)
           
 boolean EnvelopeValidator.validateFileType_NonNegativeChunkSize(FileType fileType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NonNegativeChunkSize constraint of 'File Type'.
 boolean EnvelopeValidator.validateFileType_NonNegativeSize(FileType fileType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the NonNegativeSize constraint of 'File Type'.
 boolean EnvelopeValidator.validateFileType(FileType fileType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved