public class DRDesignCrosstabMeasure extends Object implements DRIDesignCrosstabMeasure
DRDesignCrosstabMeasure class.
Constructor and Description |
---|
DRDesignCrosstabMeasure() |
Modifier and Type | Method and Description |
---|---|
Calculation |
getCalculation()
getCalculation.
|
String |
getName()
getName.
|
CrosstabPercentageType |
getPercentageType()
getPercentageType.
|
Class<?> |
getValueClass()
getValueClass.
|
DRIDesignExpression |
getValueExpression()
getValueExpression.
|
void |
setCalculation(Calculation calculation)
Setter for the field
calculation . |
void |
setName(String name)
Setter for the field
name . |
void |
setPercentageType(CrosstabPercentageType percentageType)
Setter for the field
percentageType . |
void |
setValueExpression(DRIDesignExpression valueExpression)
Setter for the field
valueExpression . |
public String getName()
getName.
getName
in interface DRIDesignCrosstabMeasure
String
object.public void setName(String name)
Setter for the field name
.
name
- a String
object.public DRIDesignExpression getValueExpression()
getValueExpression.
getValueExpression
in interface DRIDesignCrosstabMeasure
DRIDesignExpression
object.public void setValueExpression(DRIDesignExpression valueExpression)
Setter for the field valueExpression
.
valueExpression
- a DRIDesignExpression
object.public Calculation getCalculation()
getCalculation.
getCalculation
in interface DRIDesignCrosstabMeasure
Calculation
object.public void setCalculation(Calculation calculation)
Setter for the field calculation
.
calculation
- a Calculation
object.public CrosstabPercentageType getPercentageType()
getPercentageType.
getPercentageType
in interface DRIDesignCrosstabMeasure
CrosstabPercentageType
object.public void setPercentageType(CrosstabPercentageType percentageType)
Setter for the field percentageType
.
percentageType
- a CrosstabPercentageType
object.public Class<?> getValueClass()
getValueClass.
getValueClass
in interface DRIDesignCrosstabMeasure
Class
object.Copyright © 2010–2021. All rights reserved.