Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Interface SegmentDef.ValueAttribute

Enclosing interface:
SegmentDef

public static interface SegmentDef.ValueAttribute

An attribute of a segment value.


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.util.List<SegmentDef.ValueAttributeValidator> getValidators()
          Gets the validators for this value 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

getValidators

java.util.List<SegmentDef.ValueAttributeValidator> getValidators()
Gets the validators for this value attribute.

Returns:
the validators for this value attribute; null if no validator is defined

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.