ParameterType Objects

Subclass of Enum.

This class enumerates the valid types of parameter support by a ParameterProvider.

Constants:

FLAG (ParameterType) : Indicates that the parameter value is one of two values.

RANGE (ParameterType) : Indicates that the parameter value lies between two points on a scale.

SET (ParameterType) : Indicates that the parameter value is one of a (small) set of discrete values.

TYPELESS (ParameterType) : Indicates that the parameter can have any value compatible with its storage.

getEnum(name) : ParameterType

name (string) : the enumeration name

Returns the enumeration with the supplied name or None if no enumeration exists for the supplied name.

getValues() : ParameterType[]

Returns an array containing all the valid values for this enumeration class.