Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Interface SegmentDef.ValueAttributeValidator

Enclosing interface:
SegmentDef

public static interface SegmentDef.ValueAttributeValidator

A validator of a value attribute.


Field Summary
static java.lang.String VALUE_COLUMN_REF
          The token that represents the reference to the column on which a value attribute is based.
 
Method Summary
 java.lang.String getCode()
          Gets the code of this validator.
 java.lang.String getSQLExpression()
          Gets the SQL fragment for validating a value.
 

Field Detail

VALUE_COLUMN_REF

static final java.lang.String VALUE_COLUMN_REF
The token that represents the reference to the column on which a value attribute is based. This is used in validation SQL fragments.

See Also:
Constant Field Values
Method Detail

getCode

java.lang.String getCode()
Gets the code of this validator.

Returns:
the code;

getSQLExpression

java.lang.String getSQLExpression()
Gets the SQL fragment for validating a value. This SQL fragment will be used in the WHERE clause of the query that fetches the list of values of this value attribute. The return SQL fragment may contain tokens that need to be replaced at runtime.

Returns:
the SQL fragment

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.