org.dmtf.schemas.ovf.envelope
Interface ReferencesType

All Superinterfaces:
EObject, Notifier

public interface ReferencesType
extends EObject

A representation of the model object 'References Type'. Type for list of external resources

The following features are supported:

See Also:
EnvelopePackage.getReferencesType()

Method Summary
 FeatureMap getAny()
          Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 EnvelopeType getEnvelope()
          Returns the value of the 'Envelope' container reference.
 EList<FileType> getFile()
          Returns the value of the 'File' containment reference list.
 FileType getFileType(java.lang.String fileId)
           
 void setEnvelope(EnvelopeType value)
          Sets the value of the 'Envelope' 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

getFile

EList<FileType> getFile()
Returns the value of the 'File' containment reference list. The list contents are of type FileType. It is bidirectional and its opposite is 'References'.

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

Returns:
the value of the 'File' containment reference list.
See Also:
EnvelopePackage.getReferencesType_File(), FileType.getReferences()

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

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

getEnvelope

EnvelopeType getEnvelope()
Returns the value of the 'Envelope' container reference. It is bidirectional and its opposite is 'References'.

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

Returns:
the value of the 'Envelope' container reference.
See Also:
setEnvelope(EnvelopeType), EnvelopePackage.getReferencesType_Envelope(), EnvelopeType.getReferences()

setEnvelope

void setEnvelope(EnvelopeType value)
Sets the value of the 'Envelope' container reference.

Parameters:
value - the new value of the 'Envelope' container reference.
See Also:
getEnvelope()

getFileType

FileType getFileType(java.lang.String fileId)



© Copyright 2008 IBM Corp. 2008 All Rights Reserved