public abstract class AbstractValue extends Object implements Value
| 限定符和类型 | 字段和说明 |
|---|---|
protected ComplexArithmetic |
arithmetic |
| 构造器和说明 |
|---|
AbstractValue() |
| 限定符和类型 | 方法和说明 |
|---|---|
ComplexArithmetic |
getArithmetic() |
void |
setArithmetic(ComplexArithmetic arithmetic) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getValueTypeprotected ComplexArithmetic arithmetic
public ComplexArithmetic getArithmetic()
getArithmetic 在接口中 Valuepublic void setArithmetic(ComplexArithmetic arithmetic)
Copyright © 2018 Bstek. All rights reserved.