Documentation for mission/need/parameter/Parameter.kt

interface Parameter

Interface representing the base structure of a single need parameter of a need to be configured.

var result : Result

The result of the need parameter when completed.

Since

1.0.0

fun resultToString() : String

Provides a [String] representation of the result. This is shown in the user interface.

Since

1.0.0