public interface VariableAccess extends TraversalElement
The following features are supported:
GremlinPackage.getVariableAccess()| Modifier and Type | Method and Description |
|---|---|
TypeDeclaration |
getCast()
Returns the value of the 'Cast' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setCast(TypeDeclaration value)
Sets the value of the '
Cast' containment reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
String |
toString() |
getNextElement, getPreviousElement, setNextElement, setPreviousElementString getName()
setName(String),
GremlinPackage.getVariableAccess_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()TypeDeclaration getCast()
setCast(TypeDeclaration),
GremlinPackage.getVariableAccess_Cast()void setCast(TypeDeclaration value)
Cast' containment reference.
value - the new value of the 'Cast' containment reference.getCast()Copyright © 2018–2019 Atlanmod. All rights reserved.