org.eclipse.gmt.modisco.omg.kdm.source
Interface SourceRef

All Superinterfaces:
Element

public interface SourceRef
extends Element

A representation of the model object 'Ref'.

The following features are supported:

See Also:
SourcePackage.getSourceRef()
Generated:
Model:

Method Summary
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
  getRegion()
          Returns the value of the 'Region' containment reference list.
 java.lang.String getSnippet()
          Returns the value of the 'Snippet' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 void setSnippet(java.lang.String value)
          Sets the value of the 'Snippet' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

getRegion

 getRegion()
Returns the value of the 'Region' containment reference list. The list contents are of type SourceRegion.

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

Returns:
the value of the 'Region' containment reference list.
See Also:
SourcePackage.getSourceRef_Region()
Generated:
Model:
containment="true"

getLanguage

java.lang.String getLanguage()
Returns the value of the 'Language' attribute.

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

Returns:
the value of the 'Language' attribute.
See Also:
setLanguage(String), SourcePackage.getSourceRef_Language()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setLanguage

void setLanguage(java.lang.String value)
Sets the value of the 'Language' attribute.

Parameters:
value - the new value of the 'Language' attribute.
See Also:
getLanguage()
Generated:

getSnippet

java.lang.String getSnippet()
Returns the value of the 'Snippet' attribute.

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

Returns:
the value of the 'Snippet' attribute.
See Also:
setSnippet(String), SourcePackage.getSourceRef_Snippet()
Generated:
Model:
dataType="org.eclipse.gmt.modisco.omg.kdm.core.String"

setSnippet

void setSnippet(java.lang.String value)
Sets the value of the 'Snippet' attribute.

Parameters:
value - the new value of the 'Snippet' attribute.
See Also:
getSnippet()
Generated: