public interface Codetemplates
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TemplatesPackage.getCodetemplates()| Modifier and Type | Method and Description |
|---|---|
Grammar |
getLanguage()
Returns the value of the 'Language' reference.
|
org.eclipse.emf.common.util.EList<Codetemplate> |
getTemplates()
Returns the value of the 'Templates' containment reference list.
|
void |
setLanguage(Grammar value)
Sets the value of the '
Language' reference. |
Grammar getLanguage()
If the meaning of the 'Language' reference isn't clear, there really should be more of a description here...
setLanguage(Grammar),
TemplatesPackage.getCodetemplates_Language()void setLanguage(Grammar value)
Language' reference.
value - the new value of the 'Language' reference.getLanguage()org.eclipse.emf.common.util.EList<Codetemplate> getTemplates()
Codetemplate.
If the meaning of the 'Templates' containment reference list isn't clear, there really should be more of a description here...
TemplatesPackage.getCodetemplates_Templates()