public class RowsChainRatio extends Object implements Serializable
| 构造器和说明 |
|---|
RowsChainRatio() |
| 限定符和类型 | 方法和说明 |
|---|---|
RowsChainRatio |
defaultValue(String defaultValue) |
RowsChainRatio |
endRow(Integer endRow) |
RowsChainRatio |
format(String format)
#.00% 或 #.00‰
|
String |
getDefaultValue() |
Integer |
getEndRow() |
String |
getFormat() |
String |
getGroupColumn() |
Boolean |
getIsInsert() |
int |
getMultiply() |
int |
getRadixSize() |
String[] |
getRelativeColumns() |
Integer[] |
getRelativeIndexs() |
Integer |
getStartRow() |
RowsChainRatio |
groupColumn(String groupColumn) |
RowsChainRatio |
isInsert(Boolean isInsert) |
boolean |
isReduceOne() |
boolean |
isReverse() |
RowsChainRatio |
multiply(int multiply) |
RowsChainRatio |
radixSize(int radixSize)
保留小数位
|
RowsChainRatio |
reduceOne(boolean reduceOne) |
RowsChainRatio |
relativeColumns(String[] relativeColumns) |
RowsChainRatio |
relativeIndexs(Integer[] relativeIndexs) |
RowsChainRatio |
reverse(boolean reverse) |
RowsChainRatio |
startRow(Integer startRow) |
public boolean isReduceOne()
public RowsChainRatio reduceOne(boolean reduceOne)
public int getMultiply()
public RowsChainRatio multiply(int multiply)
public String getGroupColumn()
public RowsChainRatio groupColumn(String groupColumn)
public Boolean getIsInsert()
public RowsChainRatio isInsert(Boolean isInsert)
public String[] getRelativeColumns()
public RowsChainRatio relativeColumns(String[] relativeColumns)
public Integer[] getRelativeIndexs()
public RowsChainRatio relativeIndexs(Integer[] relativeIndexs)
public Integer getStartRow()
public RowsChainRatio startRow(Integer startRow)
public Integer getEndRow()
public RowsChainRatio endRow(Integer endRow)
public boolean isReverse()
public RowsChainRatio reverse(boolean reverse)
public int getRadixSize()
public RowsChainRatio radixSize(int radixSize)
radixSize - public String getDefaultValue()
public RowsChainRatio defaultValue(String defaultValue)
public String getFormat()
public RowsChainRatio format(String format)
format - Copyright © 2023. All rights reserved.