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

E22562-03

oracle.apps.fnd.applcore.flex.dff.uiModel.view
Enum DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum

java.lang.Object
  extended by java.lang.Enum<DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum>
      extended by oracle.apps.fnd.applcore.flex.dff.uiModel.view.DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum>
Enclosing class:
DescriptiveFlexfieldGlobalSegmentVORowImpl

public static enum DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum
extends java.lang.Enum<DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum>

AttributesEnum: generated enum for identifying attributes and accessors. Do not modify.


Enum Constant Summary
ApplicationId
           
BIEnabledFlag
           
CheckboxCheckedValue
           
CheckboxUncheckedValue
           
ColumnName
           
ColumnNameVVO
           
ColumnType
           
ColumnTypeLookupVO
           
ContextCode
           
DefaultType
           
DefaultTypeLookupVO
           
DefaultValue
           
DefaultValue1
           
DerivationValue
           
Description
           
Description1
           
DescriptiveFlexfieldCode
           
DisplayHeight
           
DisplayType
           
DisplayTypeLookupVO
           
DisplayWidth
           
EnabledFlag
           
Name
           
Prompt
           
RangeType
           
RangeTypeLookupVO
           
ReadOnlyFlag
           
RequiredFlag
           
SegmentCode
           
SequenceNumber
           
ShortPrompt
           
ValueDataType
           
ValueSetCode
           
ValueSetId
           
ValueSetId1
           
ValueSetVVO
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(DescriptiveFlexfieldGlobalSegmentVORowImpl object)
           
 int index()
           
abstract  void put(DescriptiveFlexfieldGlobalSegmentVORowImpl object, java.lang.Object value)
           
static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum[] staticValues()
           
static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ApplicationId

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ApplicationId

DescriptiveFlexfieldCode

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DescriptiveFlexfieldCode

ContextCode

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ContextCode

SegmentCode

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum SegmentCode

Name

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum Name

Description

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum Description

Prompt

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum Prompt

ShortPrompt

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ShortPrompt

EnabledFlag

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum EnabledFlag

BIEnabledFlag

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum BIEnabledFlag

ColumnName

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ColumnName

ValueSetCode

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ValueSetCode

ValueSetId

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ValueSetId

Description1

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum Description1

RangeType

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum RangeType

RequiredFlag

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum RequiredFlag

DefaultType

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DefaultType

DefaultValue

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DefaultValue

DerivationValue

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DerivationValue

DisplayType

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DisplayType

DisplayWidth

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DisplayWidth

DisplayHeight

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DisplayHeight

ReadOnlyFlag

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ReadOnlyFlag

CheckboxCheckedValue

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum CheckboxCheckedValue

CheckboxUncheckedValue

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum CheckboxUncheckedValue

SequenceNumber

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum SequenceNumber

ValueSetId1

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ValueSetId1

ValueDataType

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ValueDataType

ColumnType

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ColumnType

DefaultValue1

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DefaultValue1

RangeTypeLookupVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum RangeTypeLookupVO

DefaultTypeLookupVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DefaultTypeLookupVO

DisplayTypeLookupVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum DisplayTypeLookupVO

ColumnTypeLookupVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ColumnTypeLookupVO

ColumnNameVVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ColumnNameVVO

ValueSetVVO

public static final DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum ValueSetVVO
Method Detail

values

public static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum c : DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

get

public abstract java.lang.Object get(DescriptiveFlexfieldGlobalSegmentVORowImpl object)

put

public abstract void put(DescriptiveFlexfieldGlobalSegmentVORowImpl object,
                         java.lang.Object value)

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static DescriptiveFlexfieldGlobalSegmentVORowImpl.AttributesEnum[] staticValues()

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.