Class ConstantParameterHolder


  • @API(status=INTERNAL,
         since="2021.1.0")
    public final class ConstantParameterHolder
    extends Object
    An internal holder for a constant value that might be rendered as a parameter.
    Since:
    2021.1.0
    Author:
    Michael J. Simons
    • Constructor Detail

      • ConstantParameterHolder

        public ConstantParameterHolder​(Object value)
    • Method Detail

      • getValue

        public Object getValue()
      • asString

        public String asString()