The CRfcSimpleParam Class 

Class Summary

The CRfcSimpleParam class is defined in CRfcSimp.h.

The CRfcSimpleParam class represents the simple import parameters or export parameters that contain only a single value. It inherits from the CRfcImpExpParam class.

Construction

CRfcSimpleParam

Constructs a simple parameter object

CRfcSimpleParam (Copy Constructor)

Copy constructor

Operations

Clear

Resets the parameter to an appropriate initial value

GetDecimals

Returns the number of decimal places if the parameter type is TYPP (packed)

GetType

Retrieves the RFC data type of the parameter

IsAutoCreated

Determines if a parameter is automatically created in the class library

IsSimpleParam

Identifies the object as a simple parameter

operator= (General)

Assignment operator

Read

Restores the metadata information about this CRfcSimpleParam object from given persistent data stream.

SetAttributes

Sets the parameter type and length

Value

Function for setting or getting the data value of the parameter

Value (for Constants)

Function for getting the data value of constant simple parameter objects

Write

Writes the metadata information about this CRfcSimpleParam object to the given persistent data stream.