class QueryParameter extends Model (View source)

Properties

string $name
protected $parameterTypeType
protected $parameterTypeDataType
protected $parameterValueType
protected $parameterValueDataType

Methods

setName($name)

No description

string
getName()

No description

setParameterType(QueryParameterType $parameterType)

No description

setParameterValue(QueryParameterValue $parameterValue)

No description

Details

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setParameterType(QueryParameterType $parameterType)

No description

Parameters

QueryParameterType $parameterType

QueryParameterType getParameterType()

No description

Return Value

QueryParameterType

setParameterValue(QueryParameterValue $parameterValue)

No description

Parameters

QueryParameterValue $parameterValue

QueryParameterValue getParameterValue()

No description

Return Value

QueryParameterValue