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

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface ContextValueDef

All Known Implementing Classes:
StructureInstanceDef

public interface ContextValueDef

Definition of a context value.


Method Summary
 java.lang.Object getAltValue()
          Gets the alternate value of this context.
 java.lang.String getDelimiter()
          Gets the delimiter associated with this context value.
 java.lang.String getName()
          Gets the display name of the value.
 java.util.Map<java.lang.String,java.lang.String> getTranslatedNames()
          Gets the translated names.
 java.lang.Object getValue()
          Gets the context value.
 

Method Detail

getDelimiter

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

Returns:
the delimiter

getValue

java.lang.Object getValue()
Gets the context value.

Returns:
the context value

getAltValue

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

Returns:
the alternate value of this context

getName

java.lang.String getName()
Gets the display name of the value.

Returns:
the display name of the value

getTranslatedNames

java.util.Map<java.lang.String,java.lang.String> getTranslatedNames()
Gets the translated names.

Returns:
the translated names

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.