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

E22562-01

oracle.apps.fnd.applcore.trees.uiModel.view
Enum GlobalDataSourceVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
AllowAsFreeNode
           
AllowAsTerminalNodes
           
AllowDuplicateNodes
           
ChildrenByForeignKey
           
ChildrenByRange
           
DataSourceId
           
DisplayId
           
DisplayParentId
           
IconName
           
LabelDataSource
           
MaxDepth
           
Name
           
ParentDataSourceId
           
Pk1Column
           
Pk2Column
           
Pk3Column
           
Pk4Column
           
Pk5Column
           
UsageLimit
           
UsageLimitTypeLookupPVO
           
UseCustomKeys
           
ViewLinkAccessorName
           
ViewObjectName
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(GlobalDataSourceVORowImpl object)
           
 int index()
           
abstract  void put(GlobalDataSourceVORowImpl object, java.lang.Object value)
           
static GlobalDataSourceVORowImpl.AttributesEnum[] staticValues()
           
static GlobalDataSourceVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GlobalDataSourceVORowImpl.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

Name

public static final GlobalDataSourceVORowImpl.AttributesEnum Name

MaxDepth

public static final GlobalDataSourceVORowImpl.AttributesEnum MaxDepth

LabelDataSource

public static final GlobalDataSourceVORowImpl.AttributesEnum LabelDataSource

ViewObjectName

public static final GlobalDataSourceVORowImpl.AttributesEnum ViewObjectName

DataSourceId

public static final GlobalDataSourceVORowImpl.AttributesEnum DataSourceId

ParentDataSourceId

public static final GlobalDataSourceVORowImpl.AttributesEnum ParentDataSourceId

AllowAsTerminalNodes

public static final GlobalDataSourceVORowImpl.AttributesEnum AllowAsTerminalNodes

AllowDuplicateNodes

public static final GlobalDataSourceVORowImpl.AttributesEnum AllowDuplicateNodes

IconName

public static final GlobalDataSourceVORowImpl.AttributesEnum IconName

ChildrenByRange

public static final GlobalDataSourceVORowImpl.AttributesEnum ChildrenByRange

ChildrenByForeignKey

public static final GlobalDataSourceVORowImpl.AttributesEnum ChildrenByForeignKey

ViewLinkAccessorName

public static final GlobalDataSourceVORowImpl.AttributesEnum ViewLinkAccessorName

DisplayId

public static final GlobalDataSourceVORowImpl.AttributesEnum DisplayId

DisplayParentId

public static final GlobalDataSourceVORowImpl.AttributesEnum DisplayParentId

UsageLimit

public static final GlobalDataSourceVORowImpl.AttributesEnum UsageLimit

UseCustomKeys

public static final GlobalDataSourceVORowImpl.AttributesEnum UseCustomKeys

Pk1Column

public static final GlobalDataSourceVORowImpl.AttributesEnum Pk1Column

Pk2Column

public static final GlobalDataSourceVORowImpl.AttributesEnum Pk2Column

Pk3Column

public static final GlobalDataSourceVORowImpl.AttributesEnum Pk3Column

Pk4Column

public static final GlobalDataSourceVORowImpl.AttributesEnum Pk4Column

Pk5Column

public static final GlobalDataSourceVORowImpl.AttributesEnum Pk5Column

AllowAsFreeNode

public static final GlobalDataSourceVORowImpl.AttributesEnum AllowAsFreeNode

UsageLimitTypeLookupPVO

public static final GlobalDataSourceVORowImpl.AttributesEnum UsageLimitTypeLookupPVO
Method Detail

values

public static GlobalDataSourceVORowImpl.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 (GlobalDataSourceVORowImpl.AttributesEnum c : GlobalDataSourceVORowImpl.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 GlobalDataSourceVORowImpl.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(GlobalDataSourceVORowImpl object)

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static GlobalDataSourceVORowImpl.AttributesEnum[] staticValues()

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.