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

E22562-03

oracle.apps.fnd.applcore.oaext.model
Interface FlexfieldSegmentValue


public interface FlexfieldSegmentValue

A flexfield segment value.


Nested Class Summary
static interface FlexfieldSegmentValue.ValueAttributeValue
          A value attribute value of a flexfield segment value.
 
Field Summary
static java.lang.String VALUE_ATTR_ENABLED_FLAG
          The value attribute code that represents the enabled flag.
static java.lang.String VALUE_ATTR_END_DATE_ACTIVE
          The value attribute code that represents the active end date.
static java.lang.String VALUE_ATTR_START_DATE_ACTIVE
          The value attribute code that represents the active start date.
 
Method Summary
 java.lang.String getSegmentCode()
          Gets the code of the segment.
 java.lang.Object getValue()
          Gets the value.
 FlexfieldSegmentValue.ValueAttributeValue getValueAttributeValue(java.lang.String valAttrCode)
          Gets a value attribute value.
 

Field Detail

VALUE_ATTR_START_DATE_ACTIVE

static final java.lang.String VALUE_ATTR_START_DATE_ACTIVE
The value attribute code that represents the active start date.

See Also:
Constant Field Values

VALUE_ATTR_END_DATE_ACTIVE

static final java.lang.String VALUE_ATTR_END_DATE_ACTIVE
The value attribute code that represents the active end date.

See Also:
Constant Field Values

VALUE_ATTR_ENABLED_FLAG

static final java.lang.String VALUE_ATTR_ENABLED_FLAG
The value attribute code that represents the enabled flag.

See Also:
Constant Field Values
Method Detail

getSegmentCode

java.lang.String getSegmentCode()
Gets the code of the segment.

Returns:
the segment code;

getValue

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

Returns:
the value

getValueAttributeValue

FlexfieldSegmentValue.ValueAttributeValue getValueAttributeValue(java.lang.String valAttrCode)
Gets a value attribute value.

Parameters:
valAttrCode - the value attribute code
Returns:
the value attribute value; null if the given value attribute code does not exist.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.