Interface ScriptFunctionType.Usage.TypeUsage

Enclosing interface:
ScriptFunctionType.Usage

public static interface ScriptFunctionType.Usage.TypeUsage
Per-relevant-type usage.
  • Method Details

    • getType

      ScriptValue.Type getType()
      Returns:
      the script value type. If this returns null, it means "any type."
    • getSubType

      String getSubType()
      Returns:
      the subtype. Usually a class name if OBJECTREF or the contents of a list/map. Can return null for no subtype.
    • getDescription

      String getDescription()
      Returns:
      the description.