LevelParameter
This class represents the "LEVEL" parameter, for use with the following properties:
LevelParameter
should be called with a two arguments, the first a case-insensitive string, and the second, an instance ofParameterValueType
The first argument specifies the target property while the second specifies the value of the parameter.
When the target property is
"ExpertiseProperty"
, the only valid values for the second argument ParameterValueType are"beginner"
,"average"
and"expert"
.When the target property is either
"HobbyProperty"
or"InterestProperty"
, the only valid values for the second argument ParameterValueType are"high"
,"medium"
and"low"
.new LevelParameter("hobbyproperty", new ParameterValueType("high"));