public interface XVariableDeclaration extends XExpression, JvmIdentifiableElement
The following features are supported:
XbasePackage.getXVariableDeclaration()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
XExpression |
getRight()
Returns the value of the 'Right' containment reference
|
JvmTypeReference |
getType()
Returns the value of the 'Type' containment reference
|
boolean |
isWriteable()
Returns the value of the 'Writeable' attribute
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setRight(XExpression value)
Sets the value of the '
Right' containment reference |
void |
setType(JvmTypeReference value)
Sets the value of the '
Type' containment reference |
void |
setWriteable(boolean value)
Sets the value of the '
Writeable' attribute |
getIdentifier, getQualifiedName, getQualifiedName, getSimpleNameJvmTypeReference getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(JvmTypeReference),
XbasePackage.getXVariableDeclaration_Type()void setType(JvmTypeReference value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()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),
XbasePackage.getXVariableDeclaration_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()XExpression getRight()
If the meaning of the 'Right' containment reference isn't clear, there really should be more of a description here...
setRight(XExpression),
XbasePackage.getXVariableDeclaration_Right()void setRight(XExpression value)
Right' containment reference.
value - the new value of the 'Right' containment reference.getRight()boolean isWriteable()
If the meaning of the 'Writeable' attribute isn't clear, there really should be more of a description here...
setWriteable(boolean),
XbasePackage.getXVariableDeclaration_Writeable()void setWriteable(boolean value)
Writeable' attribute.
value - the new value of the 'Writeable' attribute.isWriteable()