|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XVariableDeclaration
A representation of the model object 'XVariable Declaration'.
The following features are supported:
XbasePackage.getXVariableDeclaration()| Method Summary | |
|---|---|
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 |
| Methods inherited from interface org.eclipse.xtext.common.types.JvmIdentifiableElement |
|---|
getIdentifier, getQualifiedName, getQualifiedName, getSimpleName |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
JvmTypeReference 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||