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

E22562-05

oracle.apps.fnd.applcore.flex.runtime.util.common
Interface SegmentLabel.ValueAttribute

Enclosing class:
SegmentLabel

public static interface SegmentLabel.ValueAttribute

A value attribute of a segment label.


Method Summary
 java.lang.String getCode()
          Gets the code of this attribute.
 java.lang.String getCombinationTableColumnName()
          Gets the name of the column in the combination table.
 java.lang.String getDefaultValue()
          Gets the default value of this attribute.
 java.lang.String getValueTableColumnName()
          Gets the name of the column in the value table.
 

Method Detail

getCode

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

Returns:
the code of the attribute

getDefaultValue

java.lang.String getDefaultValue()
Gets the default value of this attribute.

Returns:
the default value of this attribute

getValueTableColumnName

java.lang.String getValueTableColumnName()
Gets the name of the column in the value table.

Returns:
the name of the column in the value table

getCombinationTableColumnName

java.lang.String getCombinationTableColumnName()
Gets the name of the column in the combination table.

Returns:
the name of the column in the combination table

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.