程序包 | 说明 |
---|---|
kd.bos.entity.botp |
限定符和类型 | 方法和说明 |
---|---|
WriteBackType |
WriteBackFormula.getWriteBackType()
反写方式:Add = 0, Lessen = 1, Cover = 2
|
static WriteBackType |
WriteBackType.valueOf(int value) |
static WriteBackType |
WriteBackType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static WriteBackType[] |
WriteBackType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
WriteBackFormula.setWriteBackType(WriteBackType writeBackType) |