public class ComputationValue extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ComputationValueType |
type |
protected String |
value |
| Constructor and Description |
|---|
ComputationValue() |
ComputationValue(ComputationValueType type) |
ComputationValue(ComputationValueType type,
String value) |
ComputationValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
ComputationValueType |
getType() |
String |
getValue() |
void |
setType(ComputationValueType type) |
void |
setValue(String value) |
String |
toString() |
protected ComputationValueType type
protected String value
public ComputationValue()
public ComputationValue(ComputationValueType type)
public ComputationValue(String value)
public ComputationValue(ComputationValueType type, String value)
public ComputationValueType getType()
public void setType(ComputationValueType type)
public String getValue()
public void setValue(String value)
Copyright © 2017. All Rights Reserved.