public abstract class AbstractImpExCSVCellDecorator extends Object implements CSVCellDecorator
CSVCellDecorator interface which adds the current column descriptor instance
where the decorator will be applied as member. Will be set via an additional init(AbstractColumnDescriptor)
method.| Constructor and Description |
|---|
AbstractImpExCSVCellDecorator() |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractColumnDescriptor |
getColumnDescriptor()
Gets the column descriptor this decorator will be applied to.
|
void |
init(AbstractColumnDescriptor column)
Sets the related column descriptor as member.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecoratepublic void init(AbstractColumnDescriptor column) throws HeaderValidationException
column - column descriptor this decorator will be applied toHeaderValidationException - can be thrown at custom implementations in case of validation error (for example there has to be set a
specific modifier at the descriptor)protected AbstractColumnDescriptor getColumnDescriptor()
Copyright © 2017 SAP SE. All Rights Reserved.