public interface PatternModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternLanguagePackage.getPatternModel()
Modifier and Type | Method and Description |
---|---|
VQLImportSection |
getImportPackages()
Returns the value of the 'Import Packages' containment reference.
|
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute.
|
org.eclipse.emf.common.util.EList<Pattern> |
getPatterns()
Returns the value of the 'Patterns' containment reference list.
|
void |
setImportPackages(VQLImportSection value)
Sets the value of the '
Import Packages ' containment reference. |
void |
setPackageName(java.lang.String value)
Sets the value of the '
Package Name ' attribute. |
java.lang.String |
toString() |
VQLImportSection getImportPackages()
If the meaning of the 'Import Packages' containment reference isn't clear, there really should be more of a description here...
setImportPackages(VQLImportSection)
,
PatternLanguagePackage.getPatternModel_ImportPackages()
void setImportPackages(VQLImportSection value)
Import Packages
' containment reference.
value
- the new value of the 'Import Packages' containment reference.getImportPackages()
java.lang.String getPackageName()
If the meaning of the 'Package Name' attribute isn't clear, there really should be more of a description here...
setPackageName(String)
,
PatternLanguagePackage.getPatternModel_PackageName()
void setPackageName(java.lang.String value)
Package Name
' attribute.
value
- the new value of the 'Package Name' attribute.getPackageName()
org.eclipse.emf.common.util.EList<Pattern> getPatterns()
Pattern
.
If the meaning of the 'Patterns' containment reference list isn't clear, there really should be more of a description here...
PatternLanguagePackage.getPatternModel_Patterns()
java.lang.String toString()
toString
in class java.lang.Object