org.dmtf.schemas.ovf.envelope
Interface NetworkType

All Superinterfaces:
EObject, Notifier

public interface NetworkType
extends EObject

A representation of the model object 'Network Type'.

The following features are supported:

See Also:
EnvelopePackage.getNetworkType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 MsgType getDescription()
          Returns the value of the 'Description' containment reference.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 NetworkSectionType getNetworkSection()
          Returns the value of the 'Network Section' container reference.
 void setDescription(MsgType value)
          Sets the value of the 'Description' containment reference.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void setNetworkSection(NetworkSectionType value)
          Sets the value of the 'Network Section' container 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

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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), EnvelopePackage.getNetworkType_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

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

getNetworkSection

NetworkSectionType getNetworkSection()
Returns the value of the 'Network Section' container reference. It is bidirectional and its opposite is 'Network'.

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

Returns:
the value of the 'Network Section' container reference.
See Also:
setNetworkSection(NetworkSectionType), EnvelopePackage.getNetworkType_NetworkSection(), NetworkSectionType.getNetwork()

setNetworkSection

void setNetworkSection(NetworkSectionType value)
Sets the value of the 'Network Section' container reference.

Parameters:
value - the new value of the 'Network Section' container reference.
See Also:
getNetworkSection()


© Copyright 2008 IBM Corp. 2008 All Rights Reserved