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

E22562-03

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

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

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

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


Enum Constant Summary
AllowMultipleActiveVers
           
AllowMultipleRootNodes
           
AllowNodeLevelSecurity
           
AllowRaggedNodes
           
AllowSkipLevelNodes
           
ApplicationId
           
BiViewObjectDefName
           
CreatedBy
           
CreationDate
           
CreationMode
           
Customizable
           
Description
           
FndTreeVO
           
FndTsDataSourceRel
           
FndTsDataSourceVO
           
IdColFlattenedTable
           
LabelingScheme
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
ModuleId
           
NumberOfTrees
           
RefreshInterval
           
RestrictByDate
           
RestrictBySetid
           
RowFlattenedTable
           
SharingScheme
           
Status
           
TreeNodeTable
           
TreeNodeViewObjectDefName
           
TreeStructureCode
           
TreeStructureName
           
Versioning
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTreeStructureVORowImpl object)
           
 int index()
           
abstract  void put(FndTreeStructureVORowImpl object, java.lang.Object value)
           
static FndTreeStructureVORowImpl.AttributesEnum[] staticValues()
           
static FndTreeStructureVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTreeStructureVORowImpl.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

TreeStructureCode

public static final FndTreeStructureVORowImpl.AttributesEnum TreeStructureCode

ApplicationId

public static final FndTreeStructureVORowImpl.AttributesEnum ApplicationId

Status

public static final FndTreeStructureVORowImpl.AttributesEnum Status

SharingScheme

public static final FndTreeStructureVORowImpl.AttributesEnum SharingScheme

CreationMode

public static final FndTreeStructureVORowImpl.AttributesEnum CreationMode

Customizable

public static final FndTreeStructureVORowImpl.AttributesEnum Customizable

TreeNodeTable

public static final FndTreeStructureVORowImpl.AttributesEnum TreeNodeTable

RowFlattenedTable

public static final FndTreeStructureVORowImpl.AttributesEnum RowFlattenedTable

IdColFlattenedTable

public static final FndTreeStructureVORowImpl.AttributesEnum IdColFlattenedTable

RefreshInterval

public static final FndTreeStructureVORowImpl.AttributesEnum RefreshInterval

Versioning

public static final FndTreeStructureVORowImpl.AttributesEnum Versioning

AllowMultipleRootNodes

public static final FndTreeStructureVORowImpl.AttributesEnum AllowMultipleRootNodes

RestrictByDate

public static final FndTreeStructureVORowImpl.AttributesEnum RestrictByDate

RestrictBySetid

public static final FndTreeStructureVORowImpl.AttributesEnum RestrictBySetid

LabelingScheme

public static final FndTreeStructureVORowImpl.AttributesEnum LabelingScheme

AllowRaggedNodes

public static final FndTreeStructureVORowImpl.AttributesEnum AllowRaggedNodes

AllowSkipLevelNodes

public static final FndTreeStructureVORowImpl.AttributesEnum AllowSkipLevelNodes

NumberOfTrees

public static final FndTreeStructureVORowImpl.AttributesEnum NumberOfTrees

AllowNodeLevelSecurity

public static final FndTreeStructureVORowImpl.AttributesEnum AllowNodeLevelSecurity

CreatedBy

public static final FndTreeStructureVORowImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTreeStructureVORowImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTreeStructureVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTreeStructureVORowImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTreeStructureVORowImpl.AttributesEnum LastUpdateLogin

TreeStructureName

public static final FndTreeStructureVORowImpl.AttributesEnum TreeStructureName

Description

public static final FndTreeStructureVORowImpl.AttributesEnum Description

AllowMultipleActiveVers

public static final FndTreeStructureVORowImpl.AttributesEnum AllowMultipleActiveVers

ModuleId

public static final FndTreeStructureVORowImpl.AttributesEnum ModuleId

BiViewObjectDefName

public static final FndTreeStructureVORowImpl.AttributesEnum BiViewObjectDefName

TreeNodeViewObjectDefName

public static final FndTreeStructureVORowImpl.AttributesEnum TreeNodeViewObjectDefName

FndTsDataSourceVO

public static final FndTreeStructureVORowImpl.AttributesEnum FndTsDataSourceVO

FndTreeVO

public static final FndTreeStructureVORowImpl.AttributesEnum FndTreeVO

FndTsDataSourceRel

public static final FndTreeStructureVORowImpl.AttributesEnum FndTsDataSourceRel
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static FndTreeStructureVORowImpl.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.