public class DRTableOfContentsHeading extends Object implements DRITableOfContentsHeading
DRTableOfContentsHeading class.
Constructor and Description |
---|
DRTableOfContentsHeading() |
Modifier and Type | Method and Description |
---|---|
DRIExpression<?> |
getCustomValueExpression()
getCustomValueExpression.
|
DRIExpression<String> |
getLabelExpression()
getLabelExpression.
|
DRTableOfContentsHeading |
getParentHeading()
getParentHeading.
|
void |
setCustomValueExpression(DRIExpression<?> customValueExpression)
Setter for the field
customValueExpression . |
void |
setLabelExpression(DRIExpression<String> labelExpression)
Setter for the field
labelExpression . |
void |
setParentHeading(DRTableOfContentsHeading parentHeading)
Setter for the field
parentHeading . |
public DRTableOfContentsHeading getParentHeading()
getParentHeading.
getParentHeading
in interface DRITableOfContentsHeading
DRITableOfContentsHeading
object.public void setParentHeading(DRTableOfContentsHeading parentHeading)
Setter for the field parentHeading
.
parentHeading
- a DRTableOfContentsHeading
object.public DRIExpression<String> getLabelExpression()
getLabelExpression.
getLabelExpression
in interface DRITableOfContentsHeading
DRIExpression
object.public void setLabelExpression(DRIExpression<String> labelExpression)
Setter for the field labelExpression
.
labelExpression
- a DRIExpression
object.public DRIExpression<?> getCustomValueExpression()
getCustomValueExpression.
getCustomValueExpression
in interface DRITableOfContentsHeading
DRIExpression
object.public void setCustomValueExpression(DRIExpression<?> customValueExpression)
Setter for the field customValueExpression
.
customValueExpression
- a DRIExpression
object.Copyright © 2010–2021. All rights reserved.