org.dmtf.schemas.ovf.envelope
Interface DeploymentOptionSectionType

All Superinterfaces:
EObject, Notifier, SectionType

public interface DeploymentOptionSectionType
extends SectionType

A representation of the model object 'Deployment Option Section Type'. Enumeration of discrete deployment options

The following features are supported:

See Also:
EnvelopePackage.getDeploymentOptionSectionType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 EList<ConfigurationType> getConfiguration()
          Returns the value of the 'Configuration' containment reference list.
 ConfigurationType getDefaultConfiguration()
          Returns the value of the 'Default Configuration' reference.
 EnvelopeType getEnvelope()
           
 boolean isSetDefaultConfiguration()
          Returns whether the value of the 'Default Configuration' reference is set.
 void setDefaultConfiguration(ConfigurationType value)
          Sets the value of the 'Default Configuration' reference.
 void unsetDefaultConfiguration()
          Unsets the value of the 'Default Configuration' reference.
 
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

getConfiguration

EList<ConfigurationType> getConfiguration()
Returns the value of the 'Configuration' containment reference list. The list contents are of type ConfigurationType. It is bidirectional and its opposite is 'Deployment Option Section'.

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

Returns:
the value of the 'Configuration' containment reference list.
See Also:
EnvelopePackage.getDeploymentOptionSectionType_Configuration(), ConfigurationType.getDeploymentOptionSection()

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

getDefaultConfiguration

ConfigurationType getDefaultConfiguration()
Returns the value of the 'Default Configuration' reference.

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

Returns:
the value of the 'Default Configuration' reference.
See Also:
isSetDefaultConfiguration(), unsetDefaultConfiguration(), setDefaultConfiguration(ConfigurationType), EnvelopePackage.getDeploymentOptionSectionType_DefaultConfiguration()

setDefaultConfiguration

void setDefaultConfiguration(ConfigurationType value)
Sets the value of the 'Default Configuration' reference.

Parameters:
value - the new value of the 'Default Configuration' reference.
See Also:
isSetDefaultConfiguration(), unsetDefaultConfiguration(), getDefaultConfiguration()

unsetDefaultConfiguration

void unsetDefaultConfiguration()
Unsets the value of the 'Default Configuration' reference.

See Also:
isSetDefaultConfiguration(), getDefaultConfiguration(), setDefaultConfiguration(ConfigurationType)

isSetDefaultConfiguration

boolean isSetDefaultConfiguration()
Returns whether the value of the 'Default Configuration' reference is set.

Returns:
whether the value of the 'Default Configuration' reference is set.
See Also:
unsetDefaultConfiguration(), getDefaultConfiguration(), setDefaultConfiguration(ConfigurationType)

getEnvelope

EnvelopeType getEnvelope()



© Copyright 2008 IBM Corp. 2008 All Rights Reserved