public interface PatternImport
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternLanguagePackage.getPatternImport()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPackageName()
Returns the value of the 'Package Name' attribute.
|
Pattern |
getPattern()
Returns the value of the 'Pattern' reference.
|
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. |
void |
setPattern(Pattern value)
Sets the value of the '
Pattern ' reference. |
java.lang.String |
toString() |
Pattern getPattern()
If the meaning of the 'Pattern' reference isn't clear, there really should be more of a description here...
setPattern(Pattern)
,
PatternLanguagePackage.getPatternImport_Pattern()
void setPattern(Pattern value)
Pattern
' reference.
value
- the new value of the 'Pattern' reference.getPattern()
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.getPatternImport_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.getPatternImport_Patterns()
java.lang.String toString()
toString
in class java.lang.Object