Interface PatternImport
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PatternImportImpl
public interface PatternImport extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Pattern Import'.The following features are supported:
- See Also:
PatternLanguagePackage.getPatternImport()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getPattern
Pattern getPattern()
Returns the value of the 'Pattern' reference.- Returns:
- the value of the 'Pattern' reference.
- See Also:
setPattern(Pattern)
,PatternLanguagePackage.getPatternImport_Pattern()
- Generated:
- Model:
-
setPattern
void setPattern(Pattern value)
Sets the value of the 'Pattern
' reference.- Parameters:
value
- the new value of the 'Pattern' reference.- See Also:
getPattern()
- Generated:
-
getPackageName
java.lang.String getPackageName()
Returns the value of the 'Package Name' attribute.- Returns:
- the value of the 'Package Name' attribute.
- See Also:
setPackageName(String)
,PatternLanguagePackage.getPatternImport_PackageName()
- Generated:
- Model:
-
setPackageName
void setPackageName(java.lang.String value)
Sets the value of the 'Package Name
' attribute.- Parameters:
value
- the new value of the 'Package Name' attribute.- See Also:
getPackageName()
- Generated:
-
getPatterns
org.eclipse.emf.common.util.EList<Pattern> getPatterns()
Returns the value of the 'Patterns' containment reference list. The list contents are of typePattern
.- Returns:
- the value of the 'Patterns' containment reference list.
- See Also:
PatternLanguagePackage.getPatternImport_Patterns()
- Generated:
- Model:
- containment="true"
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-