public class SetVariable extends java.lang.Object implements SimpleStatement
Constructor and Description |
---|
SetVariable() |
Modifier and Type | Method and Description |
---|---|
void |
execute(APIContext context_p) |
Expression |
getDestinationVariableName() |
Expression |
getSourceValue() |
boolean |
isAttached() |
boolean |
isConfidential() |
boolean |
isRemembered() |
void |
setAttached(boolean attached_p) |
void |
setConfidential(boolean confidential_p) |
void |
setDestinationVariableName(Expression destinationVariableName_p) |
void |
setRemembered(boolean remembered_p) |
void |
setSourceValue(Expression sourceValue_p) |
java.lang.String |
toString() |
public void execute(APIContext context_p)
public Expression getDestinationVariableName()
public void setDestinationVariableName(Expression destinationVariableName_p)
public Expression getSourceValue()
public void setSourceValue(Expression sourceValue_p)
public boolean isAttached()
public void setAttached(boolean attached_p)
public boolean isRemembered()
public void setRemembered(boolean remembered_p)
public boolean isConfidential()
public void setConfidential(boolean confidential_p)
public java.lang.String toString()
toString
in class java.lang.Object