public class VariableValue extends AbstractValue
arithmetic| 构造器和说明 |
|---|
VariableValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
Datatype |
getDatatype() |
String |
getId() |
ValueType |
getValueType() |
String |
getVariableCategory() |
String |
getVariableLabel() |
String |
getVariableName() |
void |
setDatatype(Datatype datatype) |
void |
setVariableCategory(String variableCategory) |
void |
setVariableLabel(String variableLabel) |
void |
setVariableName(String variableName) |
getArithmetic, setArithmeticpublic String getVariableName()
public void setVariableName(String variableName)
public String getVariableLabel()
public void setVariableLabel(String variableLabel)
public String getVariableCategory()
public void setVariableCategory(String variableCategory)
public Datatype getDatatype()
public void setDatatype(Datatype datatype)
public ValueType getValueType()
public String getId()
Copyright © 2018 Bstek. All rights reserved.