public interface PatternModel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternLanguagePackage.getPatternModel()
Modifier and Type | Method and Description |
---|---|
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 |
setPackageName(java.lang.String value)
Sets the value of the '
Package Name ' attribute. |
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()