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

E22562-01

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

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

public final class ValidationType
extends java.lang.Object

Lists the value set validation types.

Author:
Oracle Corp.

Field Summary
static java.lang.String DEPENDENT
          Dependent validation type.
static java.lang.String FORMAT_ONLY
          Format Only validation type.
static java.lang.String INDEPENDENT
          Independent validation type.
static java.lang.String SUBSET
          Subset validation type.
static java.lang.String TABLE
          Table validation type.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT_ONLY

public static final java.lang.String FORMAT_ONLY
Format Only validation type.

See Also:
Constant Field Values

INDEPENDENT

public static final java.lang.String INDEPENDENT
Independent validation type.

See Also:
Constant Field Values

DEPENDENT

public static final java.lang.String DEPENDENT
Dependent validation type.

See Also:
Constant Field Values

SUBSET

public static final java.lang.String SUBSET
Subset validation type.

See Also:
Constant Field Values

TABLE

public static final java.lang.String TABLE
Table validation type.

See Also:
Constant Field Values

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.