org.eclipse.mtj.api.runtimes
Interface ImplementationRef

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

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

A representation of the model object 'Implementation Ref'.

The following features are supported:

See Also:
RuntimesPackage.getImplementationRef()

Method Summary
 java.lang.String getFileRef()
          Returns the value of the 'File Ref' attribute.
 java.lang.String getJavadocRef()
          Returns the value of the 'Javadoc Ref' attribute.
 java.lang.String getSourceRef()
          Returns the value of the 'Source Ref' attribute.
 void setFileRef(java.lang.String value)
          Sets the value of the 'File Ref' attribute.
 void setJavadocRef(java.lang.String value)
          Sets the value of the 'Javadoc Ref' attribute.
 void setSourceRef(java.lang.String value)
          Sets the value of the 'Source Ref' 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

getFileRef

java.lang.String getFileRef()
Returns the value of the 'File Ref' attribute.

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

Returns:
the value of the 'File Ref' attribute.
See Also:
setFileRef(String), RuntimesPackage.getImplementationRef_FileRef()

setFileRef

void setFileRef(java.lang.String value)
Sets the value of the 'File Ref' attribute.

Parameters:
value - the new value of the 'File Ref' attribute.
See Also:
getFileRef()

getSourceRef

java.lang.String getSourceRef()
Returns the value of the 'Source Ref' attribute.

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

Returns:
the value of the 'Source Ref' attribute.
See Also:
setSourceRef(String), RuntimesPackage.getImplementationRef_SourceRef()

setSourceRef

void setSourceRef(java.lang.String value)
Sets the value of the 'Source Ref' attribute.

Parameters:
value - the new value of the 'Source Ref' attribute.
See Also:
getSourceRef()

getJavadocRef

java.lang.String getJavadocRef()
Returns the value of the 'Javadoc Ref' attribute.

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

Returns:
the value of the 'Javadoc Ref' attribute.
See Also:
setJavadocRef(String), RuntimesPackage.getImplementationRef_JavadocRef()

setJavadocRef

void setJavadocRef(java.lang.String value)
Sets the value of the 'Javadoc Ref' attribute.

Parameters:
value - the new value of the 'Javadoc Ref' attribute.
See Also:
getJavadocRef()