程序包 | 说明 |
---|---|
kd.bos.entity.botp |
限定符和类型 | 方法和说明 |
---|---|
DistributeType |
WriteBackRuleElement.getDistributeType()
合并后反写超量分配方式:TopDown = 0, Weight = 1
|
static DistributeType |
DistributeType.valueOf(int value) |
static DistributeType |
DistributeType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static DistributeType[] |
DistributeType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
限定符和类型 | 方法和说明 |
---|---|
void |
WriteBackRuleElement.setDistributeType(DistributeType distributeType) |