Class ConstantParameterHolder


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstantParameterHolder

        public ConstantParameterHolder​(java.lang.Object value)
    • Method Detail

      • asString

        public java.lang.String asString()