org.eclipse.uml2.uml.profile.standard
Interface File

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Document, Executable, Library, Script, Source

public interface File
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'File'. A physical file in the context of the system developed.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

The following features are supported:

See Also:
StandardPackage.getFile()

Method Summary
 Artifact getBase_Artifact()
          Returns the value of the 'Base Artifact' reference
 void setBase_Artifact(Artifact value)
          Sets the value of the 'Base Artifact' reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getBase_Artifact

Artifact getBase_Artifact()
Returns the value of the 'Base Artifact' reference.

From package StandardProfile (URI http://www.omg.org/spec/UML/20131001/StandardProfile).

Returns:
the value of the 'Base Artifact' reference.
See Also:
setBase_Artifact(Artifact), StandardPackage.getFile_Base_Artifact()

setBase_Artifact

void setBase_Artifact(Artifact value)
Sets the value of the 'Base Artifact' reference.

Parameters:
value - the new value of the 'Base Artifact' reference.
See Also:
getBase_Artifact()

Copyright 2003, 2014 IBM Corporation, CEA, and others.
All Rights Reserved.