Interface Pattern
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PatternImpl
public interface Pattern extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Pattern'.The following features are supported:
- See Also:
PatternLanguagePackage.getPattern()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Annotation>
getAnnotations()
Returns the value of the 'Annotations' containment reference list.org.eclipse.emf.common.util.EList<PatternBody>
getBodies()
Returns the value of the 'Bodies' containment reference list.Modifiers
getModifiers()
Returns the value of the 'Modifiers' containment reference.java.lang.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<Variable>
getParameters()
Returns the value of the 'Parameters' containment reference list.void
setModifiers(Modifiers value)
Sets the value of the 'Modifiers
' containment reference.void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.java.lang.String
toString()
-
-
-
Method Detail
-
getAnnotations
org.eclipse.emf.common.util.EList<Annotation> getAnnotations()
Returns the value of the 'Annotations' containment reference list. The list contents are of typeAnnotation
.- Returns:
- the value of the 'Annotations' containment reference list.
- See Also:
PatternLanguagePackage.getPattern_Annotations()
- Generated:
- Model:
- containment="true"
-
getModifiers
Modifiers getModifiers()
Returns the value of the 'Modifiers' containment reference.- Returns:
- the value of the 'Modifiers' containment reference.
- See Also:
setModifiers(Modifiers)
,PatternLanguagePackage.getPattern_Modifiers()
- Generated:
- Model:
- containment="true"
-
setModifiers
void setModifiers(Modifiers value)
Sets the value of the 'Modifiers
' containment reference.- Parameters:
value
- the new value of the 'Modifiers' containment reference.- See Also:
getModifiers()
- Generated:
-
getName
java.lang.String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String)
,PatternLanguagePackage.getPattern_Name()
- Generated:
- Model:
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated:
-
getParameters
org.eclipse.emf.common.util.EList<Variable> getParameters()
Returns the value of the 'Parameters' containment reference list. The list contents are of typeVariable
.- Returns:
- the value of the 'Parameters' containment reference list.
- See Also:
PatternLanguagePackage.getPattern_Parameters()
- Generated:
- Model:
- containment="true"
-
getBodies
org.eclipse.emf.common.util.EList<PatternBody> getBodies()
Returns the value of the 'Bodies' containment reference list. The list contents are of typePatternBody
.- Returns:
- the value of the 'Bodies' containment reference list.
- See Also:
PatternLanguagePackage.getPattern_Bodies()
- Generated:
- Model:
- containment="true"
-
toString
java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-