org.dmtf.schemas.ovf.envelope
Interface DiskSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface DiskSectionType
extends SectionType

A representation of the model object 'Disk Section Type'. Descriptions of virtual disks used within the package

The following features are supported:

See Also:
EnvelopePackage.getDiskSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 EList<VirtualDiskDescType> getDisk()
          Returns the value of the 'Disk' containment reference list.
 EnvelopeType getEnvelope()
           
 
Methods inherited from interface org.dmtf.schemas.ovf.envelope.SectionType
getAnyAttribute, getContent, getInfo, isRequired, isSetRequired, setContent, setInfo, setRequired, unsetRequired
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDisk

EList<VirtualDiskDescType> getDisk()
Returns the value of the 'Disk' containment reference list. The list contents are of type VirtualDiskDescType. It is bidirectional and its opposite is 'Disk Section'.

If the meaning of the 'Disk' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Disk' containment reference list.
See Also:
EnvelopePackage.getDiskSectionType_Disk(), VirtualDiskDescType.getDiskSection()

getAny

FeatureMap getAny()
Returns the value of the 'Any' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.
See Also:
EnvelopePackage.getDiskSectionType_Any()

getEnvelope

EnvelopeType getEnvelope()

If the meaning of the 'Envelope' reference isn't clear, there really should be more of a description here...



© Copyright 2008 IBM Corp. 2008 All Rights Reserved