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 GlobalTreeStructureVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
AllowMultipleActiveVersions
           
AllowMultipleRootNodes
           
AllowNodeLevelSecurity
           
AllowRaggedNodes
           
AllowSkipLevelNodes
           
Application
           
ApplicationId
           
ApplicationLov1
           
BiViewObjectDefName
           
Code
           
ColumnFlattenedEODefName
           
CreationMode
           
CreationModeTypeLookupPVO
           
Customizable
           
Description
           
FlattenRefreshTypeLookupPVO
           
IdColFlattenedTable
           
LabelingScheme
           
LabelTypeLookupPVO
           
MaxDSDisplayPK
           
Name
           
RefreshInterval
           
RestrictByDate
           
RestrictBySetId
           
RowFlattenedTable
           
TreeNodeTable
           
TreeNodeTableLov1
           
TreeNodeTableLov2
           
TreeNodeTableLov3
           
TreeSharingMethod
           
TreeSharingTypeLookupPVO
           
TreeStructureDisplayId
           
VersioningType
           
VersioningTypeLookupPVO
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(GlobalTreeStructureVORowImpl object)
           
 int index()
           
abstract  void put(GlobalTreeStructureVORowImpl object, java.lang.Object value)
           
static GlobalTreeStructureVORowImpl.AttributesEnum[] staticValues()
           
static GlobalTreeStructureVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GlobalTreeStructureVORowImpl.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

Code

public static final GlobalTreeStructureVORowImpl.AttributesEnum Code

Name

public static final GlobalTreeStructureVORowImpl.AttributesEnum Name

Application

public static final GlobalTreeStructureVORowImpl.AttributesEnum Application

Description

public static final GlobalTreeStructureVORowImpl.AttributesEnum Description

TreeSharingMethod

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeSharingMethod

LabelingScheme

public static final GlobalTreeStructureVORowImpl.AttributesEnum LabelingScheme

AllowMultipleRootNodes

public static final GlobalTreeStructureVORowImpl.AttributesEnum AllowMultipleRootNodes

Customizable

public static final GlobalTreeStructureVORowImpl.AttributesEnum Customizable

RestrictByDate

public static final GlobalTreeStructureVORowImpl.AttributesEnum RestrictByDate

RestrictBySetId

public static final GlobalTreeStructureVORowImpl.AttributesEnum RestrictBySetId

AllowRaggedNodes

public static final GlobalTreeStructureVORowImpl.AttributesEnum AllowRaggedNodes

AllowSkipLevelNodes

public static final GlobalTreeStructureVORowImpl.AttributesEnum AllowSkipLevelNodes

AllowNodeLevelSecurity

public static final GlobalTreeStructureVORowImpl.AttributesEnum AllowNodeLevelSecurity

ApplicationId

public static final GlobalTreeStructureVORowImpl.AttributesEnum ApplicationId

TreeNodeTable

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeNodeTable

RowFlattenedTable

public static final GlobalTreeStructureVORowImpl.AttributesEnum RowFlattenedTable

IdColFlattenedTable

public static final GlobalTreeStructureVORowImpl.AttributesEnum IdColFlattenedTable

AllowMultipleActiveVersions

public static final GlobalTreeStructureVORowImpl.AttributesEnum AllowMultipleActiveVersions

RefreshInterval

public static final GlobalTreeStructureVORowImpl.AttributesEnum RefreshInterval

CreationMode

public static final GlobalTreeStructureVORowImpl.AttributesEnum CreationMode

VersioningType

public static final GlobalTreeStructureVORowImpl.AttributesEnum VersioningType

ColumnFlattenedEODefName

public static final GlobalTreeStructureVORowImpl.AttributesEnum ColumnFlattenedEODefName

BiViewObjectDefName

public static final GlobalTreeStructureVORowImpl.AttributesEnum BiViewObjectDefName

TreeStructureDisplayId

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeStructureDisplayId

MaxDSDisplayPK

public static final GlobalTreeStructureVORowImpl.AttributesEnum MaxDSDisplayPK

ApplicationLov1

public static final GlobalTreeStructureVORowImpl.AttributesEnum ApplicationLov1

TreeNodeTableLov1

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeNodeTableLov1

TreeNodeTableLov2

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeNodeTableLov2

TreeNodeTableLov3

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeNodeTableLov3

LabelTypeLookupPVO

public static final GlobalTreeStructureVORowImpl.AttributesEnum LabelTypeLookupPVO

FlattenRefreshTypeLookupPVO

public static final GlobalTreeStructureVORowImpl.AttributesEnum FlattenRefreshTypeLookupPVO

CreationModeTypeLookupPVO

public static final GlobalTreeStructureVORowImpl.AttributesEnum CreationModeTypeLookupPVO

TreeSharingTypeLookupPVO

public static final GlobalTreeStructureVORowImpl.AttributesEnum TreeSharingTypeLookupPVO

VersioningTypeLookupPVO

public static final GlobalTreeStructureVORowImpl.AttributesEnum VersioningTypeLookupPVO
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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