public interface PropertyStep extends Step
The following features are supported:
GremlinPackage.getPropertyStep()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the value of the 'Name' attribute.
|
Instruction |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setValue(Instruction value)
Sets the value of the '
Value' containment reference. |
String |
toString() |
getNextElement, getPreviousElement, setNextElement, setPreviousElementString getName()
setName(String),
GremlinPackage.getPropertyStep_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Instruction getValue()
setValue(Instruction),
GremlinPackage.getPropertyStep_Value()void setValue(Instruction value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()Copyright © 2018–2019 Atlanmod. All rights reserved.