SizedParameter

Represents a blob or string parameter.

Members

Functions

hasRange
bool hasRange()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterType
Type parameterType()
Undocumented in source. Be warned that the author may not have intended to support it.
parameterTypeName
string parameterTypeName()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultVal
string defaultVal;

The default value of this parameter. This may be null. This is only valid on string-type parameters.

size
SizeConstraint size;

The size constraints of this parameter. If the minimum value equals the maximum value, This is a fixed-sized parameter. Otherwise, it's a variable-sized parameter.

type
string type;

The type of this parameter.

Inherited Members

From Parameter

symbol
string symbol;

Get the name of this parameter.

parameterType
Type parameterType()

Get the fundamental type of this parameter.

parameterTypeName
string parameterTypeName()
Undocumented in source.

Meta