public class NamedItem extends Object
| 构造器和说明 |
|---|
NamedItem() |
| 限定符和类型 | 方法和说明 |
|---|---|
Datatype |
getDatatype() |
Op |
getOp() |
Value |
getValue() |
String |
getVariableLabel() |
String |
getVariableName() |
void |
setDatatype(Datatype datatype) |
void |
setOp(Op op) |
void |
setValue(Value value) |
void |
setVariableLabel(String variableLabel) |
void |
setVariableName(String variableName) |
public String getVariableName()
public void setVariableName(String variableName)
public String getVariableLabel()
public void setVariableLabel(String variableLabel)
public Datatype getDatatype()
public void setDatatype(Datatype datatype)
public Op getOp()
public void setOp(Op op)
public Value getValue()
public void setValue(Value value)
Copyright © 2018 Bstek. All rights reserved.