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

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

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

Methods in com.ibm.adt.ovf.model.utility that return ReferencesType
protected  ReferencesType ImportVMwareAction.extractReferences(EnvelopeType envelope)
          Locate or create the References
 

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

Methods in org.dmtf.schemas.ovf.envelope that return ReferencesType
 ReferencesType EnvelopeFactory.createReferencesType()
          Returns a new object of class 'References Type'.
 ReferencesType FileType.getReferences()
          Returns the value of the 'References' container reference.
 ReferencesType EnvelopeType.getReferences()
          Returns the value of the 'References' containment reference.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type ReferencesType
 void FileType.setReferences(ReferencesType value)
          Sets the value of the 'References' container reference.
 void EnvelopeType.setReferences(ReferencesType value)
          Sets the value of the 'References' containment reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type ReferencesType
 T EnvelopeSwitch.caseReferencesType(ReferencesType object)
          Returns the result of interpreting the object as an instance of 'References Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseReferencesType(ReferencesType object)
           
 boolean EnvelopeValidator.validateReferencesType_FileIdUnique(ReferencesType referencesType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the FileIdUnique constraint of 'References Type'.
 boolean EnvelopeValidator.validateReferencesType_ResourceBundlesFirst(ReferencesType referencesType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
          Validates the ResourceBundlesFirst constraint of 'References Type'.
 boolean EnvelopeValidator.validateReferencesType(ReferencesType referencesType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved