| Modifier and Type | Method and Description |
|---|---|
CrosstabPercentageEnum |
JRCrosstabMeasure.getPercentageType()
Returns the percentage calculation type performed on this measure.
|
| Modifier and Type | Field and Description |
|---|---|
protected CrosstabPercentageEnum |
JRBaseCrosstabMeasure.percentageType |
| Modifier and Type | Method and Description |
|---|---|
CrosstabPercentageEnum |
JRBaseCrosstabMeasure.getPercentageType() |
| Modifier and Type | Method and Description |
|---|---|
void |
JRDesignCrosstabMeasure.setPercentageType(CrosstabPercentageEnum percentageType)
Sets the percentage calculation type.
|
| Modifier and Type | Method and Description |
|---|---|
CrosstabPercentageEnum |
JRFillCrosstabMeasure.getPercentageType() |
| Modifier and Type | Method and Description |
|---|---|
static CrosstabPercentageEnum |
CrosstabPercentageEnum.getByName(String name) |
static CrosstabPercentageEnum |
CrosstabPercentageEnum.getByValue(byte value) |
static CrosstabPercentageEnum |
CrosstabPercentageEnum.getByValue(Byte value) |
static CrosstabPercentageEnum |
CrosstabPercentageEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrosstabPercentageEnum[] |
CrosstabPercentageEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012. All Rights Reserved.