abstract fun <T : Any> getArgumentValue(name: String): T
Gets the value of an argument with the matching name (arg name).
Return
the value, null if not set
abstract fun <T : Any> getArgumentValue(index: Int): T
Gets the value of an argument with the given index.
Return
the value, null if not set