org.eclipse.xpand.incremental.trace
Interface OutputFile

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
OutputFileImpl

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

A representation of the model object 'Output File'.

The following features are supported:

See Also:
TracePackage.getOutputFile()
EMF generated code
EMF model element

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getFileName()
          Returns the value of the 'File Name' attribute.
 org.eclipse.emf.common.util.EList<InputElement> getInputElements()
          Returns the value of the 'Input Elements' containment reference list.
 java.lang.String getOutlet()
          Returns the value of the 'Outlet' attribute.
 org.eclipse.emf.ecore.EObject getTargetObject()
          Returns the value of the 'Target Object' reference.
 void setFileName(java.lang.String value)
          Sets the value of the 'File Name' attribute.
 void setOutlet(java.lang.String value)
          Sets the value of the 'Outlet' attribute.
 void setTargetObject(org.eclipse.emf.ecore.EObject value)
          Sets the value of the 'Target Object' 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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
EMF generated code
Method Detail

getFileName

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

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

Returns:
the value of the 'File Name' attribute.
See Also:
setFileName(String), TracePackage.getOutputFile_FileName()
EMF generated code
EMF model element
required="true"

setFileName

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

Parameters:
value - the new value of the 'File Name' attribute.
See Also:
getFileName()
EMF generated code

getInputElements

org.eclipse.emf.common.util.EList<InputElement> getInputElements()
Returns the value of the 'Input Elements' containment reference list. The list contents are of type InputElement.

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

Returns:
the value of the 'Input Elements' containment reference list.
See Also:
TracePackage.getOutputFile_InputElements()
EMF generated code
EMF model element
containment="true"

getTargetObject

org.eclipse.emf.ecore.EObject getTargetObject()
Returns the value of the 'Target Object' reference.

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

Returns:
the value of the 'Target Object' reference.
See Also:
setTargetObject(EObject), TracePackage.getOutputFile_TargetObject()
EMF generated code
EMF model element
required="true"

setTargetObject

void setTargetObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Target Object' reference.

Parameters:
value - the new value of the 'Target Object' reference.
See Also:
getTargetObject()
EMF generated code

getOutlet

java.lang.String getOutlet()
Returns the value of the 'Outlet' attribute.

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

Returns:
the value of the 'Outlet' attribute.
See Also:
setOutlet(String), TracePackage.getOutputFile_Outlet()
EMF generated code
EMF model element

setOutlet

void setOutlet(java.lang.String value)
Sets the value of the 'Outlet' attribute.

Parameters:
value - the new value of the 'Outlet' attribute.
See Also:
getOutlet()
EMF generated code