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
Class StructureInstanceDef

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.StructureInstanceDef
All Implemented Interfaces:
ContextValueDef

public class StructureInstanceDef
extends java.lang.Object
implements ContextValueDef

Properties of a key flexfield structure instance.


Constructor Summary
protected StructureInstanceDef(java.lang.Object keyValue)
          Constructs a new StructureInstanceDef with its key 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.
 java.lang.Boolean isDynamicCombinationCreationAllowed()
          Returns true if this structure allows dynamic combination creation.
protected  void setAltValue(java.lang.Object v)
          Sets the alternate key value.
protected  void setDelimiter(java.lang.String d)
          Sets the delimiter;
protected  void setDynamicCombinationCreationAllowed(java.lang.Boolean b)
          Sets whether this structure allows dynamic combination creation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructureInstanceDef

protected StructureInstanceDef(java.lang.Object keyValue)
Constructs a new StructureInstanceDef with its key value.

Parameters:
keyValue - the key value
See Also:
getValue()
Method Detail

getDelimiter

public java.lang.String getDelimiter()
Description copied from interface: ContextValueDef
Gets the delimiter associated with this context value.

Specified by:
getDelimiter in interface ContextValueDef
Returns:
the delimiter

getValue

public java.lang.Object getValue()
Description copied from interface: ContextValueDef
Gets the context value.

Specified by:
getValue in interface ContextValueDef
Returns:
the context value

getAltValue

public java.lang.Object getAltValue()
Description copied from interface: ContextValueDef
Gets the alternate value of this context.

Specified by:
getAltValue in interface ContextValueDef
Returns:
the alternate value of this context

getName

public java.lang.String getName()
Description copied from interface: ContextValueDef
Gets the display name of the value.

Specified by:
getName in interface ContextValueDef
Returns:
the display name of the value

getTranslatedNames

public java.util.Map<java.lang.String,java.lang.String> getTranslatedNames()
Description copied from interface: ContextValueDef
Gets the translated names.

Specified by:
getTranslatedNames in interface ContextValueDef
Returns:
the translated names

isDynamicCombinationCreationAllowed

public java.lang.Boolean isDynamicCombinationCreationAllowed()
Returns true if this structure allows dynamic combination creation.

Returns:
true if this structure allows dynamic combination creation; null if this property is not set

setDelimiter

protected void setDelimiter(java.lang.String d)
Sets the delimiter;

Parameters:
d - the delimiter

setAltValue

protected void setAltValue(java.lang.Object v)
Sets the alternate key value.

Parameters:
v - the alternate key value

setDynamicCombinationCreationAllowed

protected void setDynamicCombinationCreationAllowed(java.lang.Boolean b)
Sets whether this structure allows dynamic combination creation.

Parameters:
b - true if this structure allows dynamic combination creation

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.