Class TemplateReferenceExtractor.ColumnReferenceOrConstantValue

java.lang.Object
com.i2group.disco.infostore.importer.TemplateReferenceExtractor.ColumnReferenceOrConstantValue
Enclosing class:
TemplateReferenceExtractor

public static final class TemplateReferenceExtractor.ColumnReferenceOrConstantValue extends Object
A descriptor of whether a string in a template is a constant value (in which case it requires no further processing), or a reference to a value in a column (in which case it should be substituted for the value).

In any instance, one of getColumnName() and getValue() returns a value, while the other returns null.

Since:
9.0