Class ConstantTransformer

    • Field Detail

      • value

        protected Object value
    • Constructor Detail

      • ConstantTransformer

        public ConstantTransformer()
      • ConstantTransformer

        public ConstantTransformer​(Object value)
        PUBLIC: Return a constant transformer for the constant value.
    • Method Detail

      • getValue

        public Object getValue()
        PUBLIC: Return the value of the constant.
      • setValue

        public void setValue​(Object value)
        PUBLIC: Set the value of the constant.