Class AdvancedGBFWrapper.CodeBlock

java.lang.Object
com.basis.tools.guidev.AdvancedGBFWrapper.CodeBlock
Enclosing class:
AdvancedGBFWrapper

public class AdvancedGBFWrapper.CodeBlock extends Object
The CodeBlock class represents the code blocks you've added to the source node in AppBuilder IE: init, eoj, and other custom code blocks
  • Method Details

    • getName

      public String getName()
      Returns:
      The 'label' of the function, in the case of a function, this the 'fndef' definition
    • getContents

      public String getContents()
      Returns:
      return the actual code block contents (executable code)