Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.flex.common.util
Class ValueDataType

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.common.util.ValueDataType

public final class ValueDataType
extends java.lang.Object

Lists the value set value data types.

Author:
Oracle Corp.

Field Summary
static java.lang.String DATE
          Date value data type.
static java.lang.String NUMBER
          Number value data type.
static java.lang.String TIMESTAMP
          Date Time value data type.
static java.lang.String VARCHAR2
          Character value data type.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VARCHAR2

public static final java.lang.String VARCHAR2
Character value data type.

See Also:
Constant Field Values

NUMBER

public static final java.lang.String NUMBER
Number value data type.

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
Date value data type.

See Also:
Constant Field Values

TIMESTAMP

public static final java.lang.String TIMESTAMP
Date Time value data type.

See Also:
Constant Field Values

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.