Uses of Interface
org.dmtf.schemas.ovf.environment.SectionType

Packages that use SectionType
org.dmtf.schemas.ovf.environment   
org.dmtf.schemas.ovf.environment.util   
 

Uses of SectionType in org.dmtf.schemas.ovf.environment
 

Subinterfaces of SectionType in org.dmtf.schemas.ovf.environment
 interface PlatformSectionType
          A representation of the model object 'Platform Section Type'.
 interface PropertySectionType
          A representation of the model object 'Property Section Type'.
 

Methods in org.dmtf.schemas.ovf.environment that return SectionType
 SectionType DocumentRoot.getSection()
          Returns the value of the 'Section' containment reference.
 

Methods in org.dmtf.schemas.ovf.environment that return types with arguments of type SectionType
 EList<SectionType> EnvironmentType.getSection()
          Returns the value of the 'Section' containment reference list.
 EList<SectionType> EntityType.getSection()
          Returns the value of the 'Section' containment reference list.
 

Methods in org.dmtf.schemas.ovf.environment with parameters of type SectionType
 void DocumentRoot.setSection(SectionType value)
          Sets the value of the 'Section' containment reference.
 

Uses of SectionType in org.dmtf.schemas.ovf.environment.util
 

Methods in org.dmtf.schemas.ovf.environment.util with parameters of type SectionType
 T EnvironmentSwitch.caseSectionType(SectionType object)
          Returns the result of interpreting the object as an instance of 'Section Type'.
 



© Copyright 2008 IBM Corp. 2008 All Rights Reserved