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

E22562-02

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

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

Deprecated. Replaced by ValueDataType

@Deprecated
public final class FormatType
extends java.lang.Object

Lists the value set format types.

Author:
Oracle Corp.

Field Summary
static java.lang.String CHARACTER
          Deprecated. Character format.
static java.lang.String DATE
          Deprecated. Date format.
static java.lang.String DATE_TIME
          Deprecated. Date Time format.
static java.lang.String NUMBER
          Deprecated. Number format.
static java.lang.String TIME
          Deprecated. Time format.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHARACTER

public static final java.lang.String CHARACTER
Deprecated. 
Character format.

See Also:
Constant Field Values

NUMBER

public static final java.lang.String NUMBER
Deprecated. 
Number format.

See Also:
Constant Field Values

DATE

public static final java.lang.String DATE
Deprecated. 
Date format.

See Also:
Constant Field Values

DATE_TIME

public static final java.lang.String DATE_TIME
Deprecated. 
Date Time format.

See Also:
Constant Field Values

TIME

public static final java.lang.String TIME
Deprecated. 
Time format.

See Also:
Constant Field Values

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.