Class IntegerScript


public class IntegerScript extends ContentScript
This class contains all the script functionality associated with the IntegerValue class. Broken out into a separate class for easier maintainability.
  • Constructor Details

    • IntegerScript

      public IntegerScript()
  • Method Details

    • getScriptTable

      public static ScriptTable getScriptTable()
    • getValue

      public static void getValue(Obj pObj, Arg oRetVal)
    • setValue

      public static void setValue(Obj pObj, Arg oArg)