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

Packages that use ConfigurationType
org.dmtf.schemas.ovf.envelope   
org.dmtf.schemas.ovf.envelope.util   
 

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

Methods in org.dmtf.schemas.ovf.envelope that return ConfigurationType
 ConfigurationType EnvelopeFactory.createConfigurationType()
          Returns a new object of class 'Configuration Type'.
 ConfigurationType DeploymentOptionSectionType.getDefaultConfiguration()
          Returns the value of the 'Default Configuration' reference.
 

Methods in org.dmtf.schemas.ovf.envelope that return types with arguments of type ConfigurationType
 EList<ConfigurationType> DeploymentOptionSectionType.getConfiguration()
          Returns the value of the 'Configuration' containment reference list.
 EList<ConfigurationType> RASDType.getConfigurationReference()
          Returns the value of the 'Configuration Reference' reference list.
 EList<ConfigurationType> PropertyConfigurationValueType.getConfigurationReference()
          Returns the value of the 'Configuration Reference' reference list.
 

Methods in org.dmtf.schemas.ovf.envelope with parameters of type ConfigurationType
 void DeploymentOptionSectionType.setDefaultConfiguration(ConfigurationType value)
          Sets the value of the 'Default Configuration' reference.
 

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

Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type ConfigurationType
 T EnvelopeSwitch.caseConfigurationType(ConfigurationType object)
          Returns the result of interpreting the object as an instance of 'Configuration Type'.
 EStructuralFeature EnvelopeHelper.ExtensionAttributeFeatureSwitch.caseConfigurationType(ConfigurationType object)
           
 boolean EnvelopeValidator.validateConfigurationType(ConfigurationType configurationType, DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved