Class UserConstant<T>
java.lang.Object
uk.ac.starlink.topcat.UserConstant<T>
- All Implemented Interfaces:
uk.ac.starlink.ttools.jel.Constant<T>
Named JEL value that can be set by users for use in expressions.
This is constant in the sense that it does not vary with row index,
but its value can be changed by the user.
- Since:
- 30 Jun 2025
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserConstant
-
-
Method Details
-
getContentClass
-
getName
-
setName
-
getValue
-
setValue
-
requiresRowIndex
public boolean requiresRowIndex()returns false- Specified by:
requiresRowIndexin interfaceuk.ac.starlink.ttools.jel.Constant<T>
-
toString
-