Oracle Workflow Guide Release 2.6.2 Part Number A95265-02 |
Previous | Next | Contents | Index | Glossary |
public WFAttribute()
Java Syntax
public WFAttribute
(String pName String pType, Object pValue, String pValueType)
Description
There are two constructor methods for the WFAttribute class. The first constructor creates a new WFAttribute object. The second constructor creates a new WFAttribute object and initializes it with the specified attribute name, attribute type, value, and value type.
Arguments (input)
pName | The internal name of an item or activity attribute. Required for the second method only. |
pType | The data type of the attribute. Required for the second method only. |
pValue | The attribute value. Required for the second method only. |
pValueType | The type of the default value for the attribute. The default value can be either a constant or, for an activity attribute, a reference to an item type attribute. Required for the second method only. |
Previous | Next | Contents | Index | Glossary |