Oracle Workflow Guide
Release 2.6.2

Part Number A95265-03
  Go to previous page Go to next page       Go To Table Of Contents Go To Index Go To Table Of Contents

                     Contents  Index  Glossary Master Index Feedback
 

WFAttribute

Java Syntax

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


Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.