OSGeo::FDO::Commands::ParameterValue Class Reference
[OSGeo::FDO::Commands]

Inheritance diagram for OSGeo::FDO::Commands::ParameterValue:

Inheritance graph
[legend]

List of all members.


Detailed Description

The ParameterValue class specifies a value for a particular parameter. Instances of this class are used to specify a value to bind to a parameter when a command is executed.

()


Public Member Functions

__property System::String * get_Name ()
 Gets the parameter name the value should bind to as a string.
__property
OSGeo::FDO::Expression::LiteralValue
get_Value ()
 Gets the value to bind to the parameter as an LiteralValue.
 ParameterValue (System::String *name, OSGeo::FDO::Expression::LiteralValue *value)
 Constructs an instance of an ParameterValue using the specified arguments.
 ParameterValue (System::String *name)
 Constructs an instance of an ParameterValue using the specified arguments.
 ParameterValue ()
 Constructs a default instance of an ParameterValue.
__property System::Void set_Name (System::String *value)
 Sets the parameter name the value should bind to as a string.
__property System::Void set_Value (System::String *value)
 Sets the value to bind to the parameter as a string.
__property System::Void set_Value (OSGeo::FDO::Expression::LiteralValue *value)
 Sets the value to bind to the parameter as an LiteralValue.