public WFAttribute() public WFAttribute (String pName String pType, Object pValue, String pValueType)
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.
| 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. |