Class Parameter

    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getType

        public Class<?> getType()
        Description copied from interface: Expression
        Determine the type returned by this expression.
        Specified by:
        getType in interface Expression
        Returns:
        The type, as defined by a Java class
      • setType

        public void setType​(Class<?> type)
      • setValueIndex

        public void setValueIndex​(int valueIndex)
      • getDependentValueId

        public String getDependentValueId()
        The id of the dependent values this parameter references. Dependent values are available via Select.getDependentValues() Will only be set for dependent join pushdown.
        Returns:
      • setDependentValueId

        public void setDependentValueId​(String dependentValueId)