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.ValueAttributeValue

Enclosing interface:
FlexfieldSegmentValue

public static interface FlexfieldSegmentValue.ValueAttributeValue

A value attribute value of a flexfield segment value.


Method Summary
 java.lang.Object getDefaultValue()
          Gets the default value.
 java.lang.Object getValue()
          Gets the value.
 java.lang.String getValueAttributeCode()
          Gets the code of the value attribute.
 

Method Detail

getValueAttributeCode

java.lang.String getValueAttributeCode()
Gets the code of the value attribute.

Returns:
the value attribute code

getDefaultValue

java.lang.Object getDefaultValue()
Gets the default value.

Returns:
the default value; null if no default value is available.

getValue

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

Returns:
the value

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.