Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

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

public final class ValueSubtype
extends java.lang.Object

Lists the value subtypes.

Oracle Corp.

Field Summary
static java.lang.String NUMERIC
          Numeric digits only [0-9] text value subtype.
static java.lang.String TEXT
          Text value subtype.
static java.lang.String TIME_HM
          Time HH:mm text value subtype.
static java.lang.String TIME_HMS
          Time HH:mm:ss text value subtype.
static java.lang.String TRANSLATED
          Translated text value subtype.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NUMERIC

public static final java.lang.String NUMERIC
Numeric digits only [0-9] text value subtype.

See Also:
Constant Field Values

TEXT

public static final java.lang.String TEXT
Text value subtype.

See Also:
Constant Field Values

TIME_HM

public static final java.lang.String TIME_HM
Time HH:mm text value subtype.

See Also:
Constant Field Values

TIME_HMS

public static final java.lang.String TIME_HMS
Time HH:mm:ss text value subtype.

See Also:
Constant Field Values

TRANSLATED

public static final java.lang.String TRANSLATED
Translated text value subtype.

See Also:
Constant Field Values

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.