Class JavaExpression


  • public class JavaExpression
    extends Object
    • Constructor Detail

      • JavaExpression

        public JavaExpression()
    • Method Detail

      • getValue

        public final String getValue()
        Get the Value value.
        Returns:
        a String value
      • setValue

        public final void setValue​(String newValue)
        Set the Value value.
        Parameters:
        newValue - The new Value value.