Interface XsemanticsFile
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
XsemanticsFileImpl
public interface XsemanticsFile extends org.eclipse.emf.ecore.EObjectA representation of the model object 'File'.The following features are supported:
- See Also:
XsemanticsPackage.getXsemanticsFile()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.xtype.XImportSectiongetImportSection()Returns the value of the 'Import Section' containment reference.XsemanticsSystemgetXsemanticsSystem()Returns the value of the 'Xsemantics System' containment reference.voidsetImportSection(org.eclipse.xtext.xtype.XImportSection value)Sets the value of the 'Import Section' containment reference.voidsetXsemanticsSystem(XsemanticsSystem value)Sets the value of the 'Xsemantics System' containment reference.
-
-
-
Method Detail
-
getImportSection
org.eclipse.xtext.xtype.XImportSection getImportSection()
Returns the value of the 'Import Section' containment reference.- Returns:
- the value of the 'Import Section' containment reference.
- See Also:
setImportSection(XImportSection),XsemanticsPackage.getXsemanticsFile_ImportSection()
-
setImportSection
void setImportSection(org.eclipse.xtext.xtype.XImportSection value)
Sets the value of the 'Import Section' containment reference.- Parameters:
value- the new value of the 'Import Section' containment reference.- See Also:
getImportSection()
-
getXsemanticsSystem
XsemanticsSystem getXsemanticsSystem()
Returns the value of the 'Xsemantics System' containment reference.- Returns:
- the value of the 'Xsemantics System' containment reference.
- See Also:
setXsemanticsSystem(XsemanticsSystem),XsemanticsPackage.getXsemanticsFile_XsemanticsSystem()
-
setXsemanticsSystem
void setXsemanticsSystem(XsemanticsSystem value)
Sets the value of the 'Xsemantics System' containment reference.- Parameters:
value- the new value of the 'Xsemantics System' containment reference.- See Also:
getXsemanticsSystem()
-
-