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

All Superinterfaces:
AbstractInventoryElement, Element, InventoryItem, KDMEntity, ModelElement

public interface SourceFile
extends InventoryItem

A representation of the model object 'File'.

The following features are supported:

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

Method Summary
 java.lang.String getEncoding()
          Returns the value of the 'Encoding' attribute.
 java.lang.String getLanguage()
          Returns the value of the 'Language' attribute.
 void setEncoding(java.lang.String value)
          Sets the value of the 'Encoding' attribute.
 void setLanguage(java.lang.String value)
          Sets the value of the 'Language' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.source.InventoryItem
getPath, getVersion, setPath, setVersion
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.source.AbstractInventoryElement
getInventoryRelationship
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.KDMEntity
createAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setName
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.ModelElement
getStereotype, getTaggedValue
 
Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttribute
 

Method Detail

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.getSourceFile_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:

getEncoding

java.lang.String getEncoding()
Returns the value of the 'Encoding' attribute.

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

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

setEncoding

void setEncoding(java.lang.String value)
Sets the value of the 'Encoding' attribute.

Parameters:
value - the new value of the 'Encoding' attribute.
See Also:
getEncoding()
Generated: