public interface PathExpressionElement
extends org.eclipse.emf.ecore.EObject
The following features are supported:
PatternLanguagePackage.getPathExpressionElement()
Modifier and Type | Method and Description |
---|---|
PathExpressionTail |
getTail()
Returns the value of the 'Tail' containment reference.
|
Type |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setTail(PathExpressionTail value)
Sets the value of the '
Tail ' containment reference. |
void |
setType(Type value)
Sets the value of the '
Type ' containment reference. |
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
PatternLanguagePackage.getPathExpressionElement_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
PathExpressionTail getTail()
If the meaning of the 'Tail' containment reference isn't clear, there really should be more of a description here...
setTail(PathExpressionTail)
,
PatternLanguagePackage.getPathExpressionElement_Tail()
void setTail(PathExpressionTail value)
Tail
' containment reference.
value
- the new value of the 'Tail' containment reference.getTail()