Interface CodeGenNodeArg.Builder

    • Method Detail

      • name

        CodeGenNodeArg.Builder name​(String name)

        The name of the argument or property.

        Parameters:
        name - The name of the argument or property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CodeGenNodeArg.Builder value​(String value)

        The value of the argument or property.

        Parameters:
        value - The value of the argument or property.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • param

        CodeGenNodeArg.Builder param​(Boolean param)

        True if the value is used as a parameter.

        Parameters:
        param - True if the value is used as a parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.