Oracle Workflow API Reference Release 2.6.3.5 Part Number B12163-02 |
Previous | Next | Contents | Index | Glossary |
The WFAttribute class is stored in the oracle.apps.fnd.wf Java package. The following list shows the APIs available in this class.
Attention: Java is case-sensitive and all Java method names, except the constructor method names, begin with a lower case letter to follow Java naming conventions.
Constant Variable Declaration | Constant Value |
---|---|
public static final String TEXT | "TEXT" |
public static final String NUMBER | "NUMBER" |
public static final String DATE | "DATE" |
public static final String LOOKUP | "LOOKUP" |
public static final String FORM | "FORM" |
public static final String URL | "URL" |
public static final String DOCUMENT | "DOCUMENT" |
public static final String ROLE | "ROLE" |
public static final String EVENT | "EVENT" |
Constant Variable Declaration | Constant Value |
---|---|
public static final String CONSTANT | "CONSTANT" |
public static final String ITEMATTR | "ITEMATTR" |
Previous | Next | Contents | Index | Glossary |