public interface Variable
extends org.eclipse.xtext.common.types.JvmIdentifiableElement
The following features are supported:
PatternLanguagePackage.getVariable()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<VariableReference> |
getReferences()
Returns the value of the 'References' reference list.
|
java.lang.String |
getSimpleName() |
Type |
getType()
Returns the value of the 'Type' containment reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name ' attribute. |
void |
setType(Type value)
Sets the value of the '
Type ' containment reference. |
getIdentifier, getQualifiedName, getQualifiedName
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
PatternLanguagePackage.getVariable_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
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.getVariable_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
org.eclipse.emf.common.util.EList<VariableReference> getReferences()
VariableReference
.
If the meaning of the 'References' reference list isn't clear, there really should be more of a description here...
PatternLanguagePackage.getVariable_References()
java.lang.String getSimpleName()
getSimpleName
in interface org.eclipse.xtext.common.types.JvmIdentifiableElement