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

E22563-01

oracle.apps.fnd.applcp.migrate.modeler.common
Interface ContextValueDef

All Known Implementing Classes:
FlexfieldDefManagerImpl._ContextValueDef

public interface ContextValueDef

Definition of a context value.


Method Summary
 java.lang.String getAltValue()
          Gets the alternate value of this context.
 java.lang.String getDelimiter()
          Gets the delimiter associated with this context value.
 java.lang.String getValue()
          Gets the string value of this context value.
 

Method Detail

getDelimiter

java.lang.String getDelimiter()
Gets the delimiter associated with this context value.

Returns:
the delimiter

getValue

java.lang.String getValue()
Gets the string value of this context value.

Returns:
the string value

getAltValue

java.lang.String getAltValue()
Gets the alternate value of this context.

Returns:
the alternate value of this context

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

E22563-01

Copyright © 2011 Oracle. All Rights Reserved.