Interface ParamType

All Superinterfaces:
ConfigType
All Known Implementing Classes:
ParamTypeImpl

public interface ParamType extends ConfigType
  • Method Details

    • getVarType

      ScriptVarType getVarType()
    • isString

      boolean isString()
    • getDefaultString

      String getDefaultString()
    • getDefaultInt

      int getDefaultInt()