public class SetDetail extends InstrumentAction
| Constructor and Description |
|---|
SetDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getNodeType() |
String |
getValueExpression() |
boolean |
isOnStack() |
void |
setName(String name) |
void |
setNodeType(String nodeType) |
void |
setOnStack(boolean onStack) |
void |
setValueExpression(String valueExpression) |
public String getName()
public void setName(String name)
name - the name to setpublic String getValueExpression()
public void setValueExpression(String valueExpression)
valueExpression - the valueExpression to setpublic String getNodeType()
public void setNodeType(String nodeType)
nodeType - the nodeType to setpublic boolean isOnStack()
public void setOnStack(boolean onStack)
onStack - the onStack to setCopyright © 2015 Red Hat, Inc.. All rights reserved.