public interface SourceFile extends InventoryItem
The following features are supported:
SourcePackage.getSourceFile()| Modifier and Type | Method and Description |
|---|---|
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. |
getPath, getVersion, setPath, setVersiongetInventoryRelationshipcreateAggregation, deleteAggregation, getGroup, getGroupedElement, getInAggregated, getInbound, getModel, getName, getOutAggregated, getOutbound, getOwnedElement, getOwnedRelation, getOwner, setNamegetStereotype, getTaggedValuegetAnnotation, getAttributejava.lang.String getLanguage()
If the meaning of the 'Language' attribute isn't clear, there really should be more of a description here...
setLanguage(String),
SourcePackage.getSourceFile_Language()void setLanguage(java.lang.String value)
Language' attribute.
value - the new value of the 'Language' attribute.getLanguage()java.lang.String getEncoding()
If the meaning of the 'Encoding' attribute isn't clear, there really should be more of a description here...
setEncoding(String),
SourcePackage.getSourceFile_Encoding()void setEncoding(java.lang.String value)
Encoding' attribute.
value - the new value of the 'Encoding' attribute.getEncoding()