public interface Constant<T>
Modifier and Type | Method and Description |
---|---|
Class<T> |
getContentClass()
Returns a class of which this object's value will be an instance.
|
T |
getValue()
Returns this object's value.
|
boolean |
requiresRowIndex()
Indicates whether evaluation of this constant needs to know the row
index.
|
Class<T> getContentClass()
T getValue()
boolean requiresRowIndex()
getValue()
may result in a call to
StarTableJELRowReader.getCurrentRow()
,
this method must return true.Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.