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

E22562-05

oracle.apps.fnd.applcore.trees.model.view
Enum FndTsDataSourceVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
AllowAsFreeNode
           
AllowAsTerminalNode
           
AllowDuplicateNodes
           
AllowNodeLevelSecurity
           
CreatedBy
           
CreationDate
           
DataSourceId
           
DataSourceName
           
FndLabelVO
           
FndTsDataSourceParamsVO
           
IconName
           
LabelPk1Column
           
LabelPk2Column
           
LabelPk3Column
           
LabelPk4Column
           
LabelPk5Column
           
LabelViewObjectDefName
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
MaxDepth
           
Pk1Column
           
Pk2Column
           
Pk3Column
           
Pk4Column
           
Pk5Column
           
TreeStructureCode
           
UsageLimit
           
ViewObjectDefName
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTsDataSourceVORowImpl object)
           
 int index()
           
abstract  void put(FndTsDataSourceVORowImpl object, java.lang.Object value)
           
static FndTsDataSourceVORowImpl.AttributesEnum[] staticValues()
           
static FndTsDataSourceVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTsDataSourceVORowImpl.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

DataSourceId

public static final FndTsDataSourceVORowImpl.AttributesEnum DataSourceId

TreeStructureCode

public static final FndTsDataSourceVORowImpl.AttributesEnum TreeStructureCode

ViewObjectDefName

public static final FndTsDataSourceVORowImpl.AttributesEnum ViewObjectDefName

Pk1Column

public static final FndTsDataSourceVORowImpl.AttributesEnum Pk1Column

Pk2Column

public static final FndTsDataSourceVORowImpl.AttributesEnum Pk2Column

Pk3Column

public static final FndTsDataSourceVORowImpl.AttributesEnum Pk3Column

Pk4Column

public static final FndTsDataSourceVORowImpl.AttributesEnum Pk4Column

Pk5Column

public static final FndTsDataSourceVORowImpl.AttributesEnum Pk5Column

MaxDepth

public static final FndTsDataSourceVORowImpl.AttributesEnum MaxDepth

AllowAsTerminalNode

public static final FndTsDataSourceVORowImpl.AttributesEnum AllowAsTerminalNode

UsageLimit

public static final FndTsDataSourceVORowImpl.AttributesEnum UsageLimit

AllowNodeLevelSecurity

public static final FndTsDataSourceVORowImpl.AttributesEnum AllowNodeLevelSecurity

IconName

public static final FndTsDataSourceVORowImpl.AttributesEnum IconName

AllowDuplicateNodes

public static final FndTsDataSourceVORowImpl.AttributesEnum AllowDuplicateNodes

LabelViewObjectDefName

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelViewObjectDefName

LabelPk1Column

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelPk1Column

LabelPk2Column

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelPk2Column

LabelPk3Column

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelPk3Column

LabelPk4Column

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelPk4Column

LabelPk5Column

public static final FndTsDataSourceVORowImpl.AttributesEnum LabelPk5Column

CreatedBy

public static final FndTsDataSourceVORowImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTsDataSourceVORowImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTsDataSourceVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTsDataSourceVORowImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTsDataSourceVORowImpl.AttributesEnum LastUpdateLogin

DataSourceName

public static final FndTsDataSourceVORowImpl.AttributesEnum DataSourceName

AllowAsFreeNode

public static final FndTsDataSourceVORowImpl.AttributesEnum AllowAsFreeNode

FndTsDataSourceParamsVO

public static final FndTsDataSourceVORowImpl.AttributesEnum FndTsDataSourceParamsVO

FndLabelVO

public static final FndTsDataSourceVORowImpl.AttributesEnum FndLabelVO
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static FndTsDataSourceVORowImpl.AttributesEnum[] staticValues()

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.