Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
Attribute Name | Datatype | Description |
---|---|---|
NAME | VARCHAR2(30) | The parameter name. |
VALUE | VARCHAR2(2000) | The parameter value. |
MEMBER FUNCTION getName
return varchar2
Description
Returns the value of the NAME attribute in a WF_PARAMETER_T object.
MEMBER FUNCTION getValue
return varchar2
Description
Returns the value of the VALUE attribute in a WF_PARAMETER_T object.
MEMBER PROCEDURE setName
(pName in varchar2)
Description
Sets the value of the NAME attribute in a WF_PARAMETER_T object.
Arguments (input)
pName | The value for the NAME attribute. |
MEMBER PROCEDURE setValue
(pValue in varchar2)
Description
Sets the value of the VALUE attribute in a WF_PARAMETER_T object.
Arguments (input)
pValue | The value for the VALUE attribute. |
Previous | Next | Contents | Index | Glossary |