org.dmtf.schemas.ovf.envelope
Interface StartupSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface StartupSectionType
extends SectionType

A representation of the model object 'Startup Section Type'. Specifies the order in which entities in a VirtualSystemCollection are powered on and shut down

The following features are supported:

See Also:
EnvelopePackage.getStartupSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 EList<ItemType> getItem()
          Returns the value of the 'Item' containment reference list.
 VirtualSystemCollectionType getVirtualSystemCollection()
           
 
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

getItem

EList<ItemType> getItem()
Returns the value of the 'Item' containment reference list. The list contents are of type ItemType. It is bidirectional and its opposite is 'Startup Section'.

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

Returns:
the value of the 'Item' containment reference list.
See Also:
EnvelopePackage.getStartupSectionType_Item(), ItemType.getStartupSection()

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.getStartupSectionType_Any()

getVirtualSystemCollection

VirtualSystemCollectionType getVirtualSystemCollection()

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



© Copyright 2008 IBM Corp. 2008 All Rights Reserved