org.dmtf.schemas.ovf.envelope
Interface ConfigurationType

All Superinterfaces:
EObject, Notifier

public interface ConfigurationType
extends EObject

A representation of the model object 'Configuration Type'.

The following features are supported:

See Also:
EnvelopePackage.getConfigurationType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 DeploymentOptionSectionType getDeploymentOptionSection()
          Returns the value of the 'Deployment Option Section' container reference.
 MsgType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 MsgType getLabel()
          Returns the value of the 'Label' containment reference.
 boolean isDefault()
          Returns the value of the 'Default' attribute.
 boolean isSetDefault()
          Returns whether the value of the 'Default' attribute is set.
 void setDefault(boolean value)
          Sets the value of the 'Default' attribute.
 void setDeploymentOptionSection(DeploymentOptionSectionType value)
          Sets the value of the 'Deployment Option Section' container reference.
 void setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setLabel(MsgType value)
          Sets the value of the 'Label' containment reference.
 void unsetDefault()
          Unsets the value of the 'Default' attribute.
 
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

getLabel

MsgType getLabel()
Returns the value of the 'Label' containment reference.

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

Returns:
the value of the 'Label' containment reference.
See Also:
setLabel(MsgType), EnvelopePackage.getConfigurationType_Label()

setLabel

void setLabel(MsgType value)
Sets the value of the 'Label' containment reference.

Parameters:
value - the new value of the 'Label' containment reference.
See Also:
getLabel()

getDescription

MsgType getDescription()
Returns the value of the 'Description' containment reference.

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

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(MsgType), EnvelopePackage.getConfigurationType_Description()

setDescription

void setDescription(MsgType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()

isDefault

boolean isDefault()
Returns the value of the 'Default' attribute. The default value is "false".

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

Returns:
the value of the 'Default' attribute.
See Also:
isSetDefault(), unsetDefault(), setDefault(boolean), EnvelopePackage.getConfigurationType_Default()

setDefault

void setDefault(boolean value)
Sets the value of the 'Default' attribute.

Parameters:
value - the new value of the 'Default' attribute.
See Also:
isSetDefault(), unsetDefault(), isDefault()

unsetDefault

void unsetDefault()
Unsets the value of the 'Default' attribute.

See Also:
isSetDefault(), isDefault(), setDefault(boolean)

isSetDefault

boolean isSetDefault()
Returns whether the value of the 'Default' attribute is set.

Returns:
whether the value of the 'Default' attribute is set.
See Also:
unsetDefault(), isDefault(), setDefault(boolean)

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EnvelopePackage.getConfigurationType_Id()

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

getAnyAttribute

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

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

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

getDeploymentOptionSection

DeploymentOptionSectionType getDeploymentOptionSection()
Returns the value of the 'Deployment Option Section' container reference. It is bidirectional and its opposite is 'Configuration'.

If the meaning of the 'Deployment Option Section' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Deployment Option Section' container reference.
See Also:
setDeploymentOptionSection(DeploymentOptionSectionType), EnvelopePackage.getConfigurationType_DeploymentOptionSection(), DeploymentOptionSectionType.getConfiguration()

setDeploymentOptionSection

void setDeploymentOptionSection(DeploymentOptionSectionType value)
Sets the value of the 'Deployment Option Section' container reference.

Parameters:
value - the new value of the 'Deployment Option Section' container reference.
See Also:
getDeploymentOptionSection()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved