|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnvelopeType
A representation of the model object 'Type'. Root OVF descriptor type
The following features are supported:
References
Section Group
Section
Content Group
Content
Strings
Any
Deployment Options
Disk Section
Lang
Network Section
Virtual System
Virtual System Collection
Any Attribute
EnvelopePackage.getEnvelopeType()
Method Summary | |
---|---|
EList<EnvironmentType> |
createEnvironments()
|
EList<SectionType> |
getAllSections()
Deprecated. You probably want to use getSection()
|
FeatureMap |
getAny()
Returns the value of the 'Any' attribute list. |
FeatureMap |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
ContentType |
getContent()
Returns the value of the 'Content' containment reference. |
FeatureMap |
getContentGroup()
Returns the value of the 'Content Group' attribute list. |
DeploymentOptionSectionType |
getDeploymentOptions()
Returns the value of the 'Deployment Options' reference. |
DiskSectionType |
getDiskSection()
Returns the value of the 'Disk Section' reference. |
java.lang.String |
getLang()
Returns the value of the 'Lang' attribute. |
NetworkSectionType |
getNetworkSection()
Returns the value of the 'Network Section' reference. |
ReferencesType |
getReferences()
Returns the value of the 'References' containment reference. |
EList<SectionType> |
getSection()
Returns the value of the 'Section' containment reference list. |
FeatureMap |
getSectionGroup()
Returns the value of the 'Section Group' attribute list. |
EList<StringsType> |
getStrings()
Returns the value of the 'Strings' containment reference list. |
VirtualSystemType |
getVirtualSystem()
Returns the value of the 'Virtual System' reference. |
VirtualSystemType |
getVirtualSystem(java.lang.String vmId)
Locates a virtual system with a given id in the descriptor. |
VirtualSystemCollectionType |
getVirtualSystemCollection()
Returns the value of the 'Virtual System Collection' reference. |
void |
setContent(ContentType value)
Sets the value of the ' Content ' containment reference. |
void |
setDeploymentOptions(DeploymentOptionSectionType value)
Sets the value of the ' Deployment Options ' reference. |
void |
setDiskSection(DiskSectionType value)
Sets the value of the ' Disk Section ' reference. |
void |
setLang(java.lang.String value)
Sets the value of the ' Lang ' attribute. |
void |
setNetworkSection(NetworkSectionType value)
Sets the value of the ' Network Section ' reference. |
void |
setReferences(ReferencesType value)
Sets the value of the ' References ' containment reference. |
void |
setVirtualSystem(VirtualSystemType value)
Sets the value of the ' Virtual System ' reference. |
void |
setVirtualSystemCollection(VirtualSystemCollectionType value)
Sets the value of the ' Virtual System Collection ' reference. |
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 |
---|
ReferencesType getReferences()
Envelope
'.
References to all external files
setReferences(ReferencesType)
,
EnvelopePackage.getEnvelopeType_References()
,
ReferencesType.getEnvelope()
void setReferences(ReferencesType value)
References
' containment reference.
value
- the new value of the 'References' containment reference.getReferences()
FeatureMap getSectionGroup()
FeatureMap.Entry
.
Package level meta-data
EnvelopePackage.getEnvelopeType_SectionGroup()
EList<SectionType> getSection()
SectionType
.
Package level meta-data
EnvelopePackage.getEnvelopeType_Section()
FeatureMap getContentGroup()
FeatureMap.Entry
.
Content: A VirtualSystem or a
VirtualSystemCollection
EnvelopePackage.getEnvelopeType_ContentGroup()
ContentType getContent()
Envelope
'.
Content: A VirtualSystem or a
VirtualSystemCollection
setContent(ContentType)
,
EnvelopePackage.getEnvelopeType_Content()
,
ContentType.getEnvelope()
void setContent(ContentType value)
Content
' containment reference.
value
- the new value of the 'Content' containment reference.getContent()
EList<StringsType> getStrings()
StringsType
.
It is bidirectional and its opposite is 'Envelope
'.
Localized string resource
bundles
EnvelopePackage.getEnvelopeType_Strings()
,
StringsType.getEnvelope()
FeatureMap getAny()
FeatureMap.Entry
.
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getEnvelopeType_Any()
FeatureMap getAnyAttribute()
FeatureMap.Entry
.
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
EnvelopePackage.getEnvelopeType_AnyAttribute()
EList<SectionType> getAllSections()
getSection()
VirtualSystemType getVirtualSystem(java.lang.String vmId)
EList<EnvironmentType> createEnvironments()
DiskSectionType getDiskSection()
If the meaning of the 'Disk Section' reference isn't clear, there really should be more of a description here...
setDiskSection(DiskSectionType)
,
EnvelopePackage.getEnvelopeType_DiskSection()
void setDiskSection(DiskSectionType value)
Disk Section
' reference.
value
- the new value of the 'Disk Section' reference.getDiskSection()
java.lang.String getLang()
denotes an attribute whose value is a language code for the natural language of the content of any element; its value is inherited. This name is reserved by virtue of its definition in the XML specification.
Attempting to install the relevant ISO 2- and 3-letter codes as the enumerated possible values is probably never going to be a realistic possibility.
See BCP 47 at http://www.rfc-editor.org/rfc/bcp/bcp47.txt and the IANA language subtag registry at http://www.iana.org/assignments/language-subtag-registry for further information.
The union allows for the 'un-declaration' of xml:lang with the empty string.
setLang(String)
,
EnvelopePackage.getEnvelopeType_Lang()
void setLang(java.lang.String value)
Lang
' attribute.
value
- the new value of the 'Lang' attribute.getLang()
NetworkSectionType getNetworkSection()
If the meaning of the 'Network Section' reference isn't clear, there really should be more of a description here...
setNetworkSection(NetworkSectionType)
,
EnvelopePackage.getEnvelopeType_NetworkSection()
void setNetworkSection(NetworkSectionType value)
Network Section
' reference.
value
- the new value of the 'Network Section' reference.getNetworkSection()
VirtualSystemType getVirtualSystem()
If the meaning of the 'Virtual System' reference isn't clear, there really should be more of a description here...
setVirtualSystem(VirtualSystemType)
,
EnvelopePackage.getEnvelopeType_VirtualSystem()
void setVirtualSystem(VirtualSystemType value)
Virtual System
' reference.
value
- the new value of the 'Virtual System' reference.getVirtualSystem()
VirtualSystemCollectionType getVirtualSystemCollection()
If the meaning of the 'Virtual System Collection' reference isn't clear, there really should be more of a description here...
setVirtualSystemCollection(VirtualSystemCollectionType)
,
EnvelopePackage.getEnvelopeType_VirtualSystemCollection()
void setVirtualSystemCollection(VirtualSystemCollectionType value)
Virtual System Collection
' reference.
value
- the new value of the 'Virtual System Collection' reference.getVirtualSystemCollection()
DeploymentOptionSectionType getDeploymentOptions()
If the meaning of the 'Deployment Options' reference isn't clear, there really should be more of a description here...
setDeploymentOptions(DeploymentOptionSectionType)
,
EnvelopePackage.getEnvelopeType_DeploymentOptions()
void setDeploymentOptions(DeploymentOptionSectionType value)
Deployment Options
' reference.
value
- the new value of the 'Deployment Options' reference.getDeploymentOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |