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

E22562-01

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

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

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

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


Enum Constant Summary
ChildCount
           
CreatedBy
           
CreationDate
           
DataSourceId
           
Depth
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
ParentDataSourceId
           
ParentPk1Value
           
ParentPk2Value
           
ParentPk3Value
           
ParentPk4Value
           
ParentPk5Value
           
ParentTreeLabelId
           
ParentTreeNodeId
           
ParentTreeNodeIdFndTreeNodeVO
           
Pk1EndValue
           
Pk1StartValue
           
Pk2EndValue
           
Pk2StartValue
           
Pk3EndValue
           
Pk3StartValue
           
Pk4EndValue
           
Pk4StartValue
           
Pk5EndValue
           
Pk5StartValue
           
ReferenceTreeCode
           
ReferenceTreeVersionId
           
SortOrder
           
TreeCode
           
TreeLabelId
           
TreeNodeId
           
TreeStructureCode
           
TreeVersionId
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTreeNodeVORowImpl object)
           
 int index()
           
abstract  void put(FndTreeNodeVORowImpl object, java.lang.Object value)
           
static FndTreeNodeVORowImpl.AttributesEnum[] staticValues()
           
static FndTreeNodeVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTreeNodeVORowImpl.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 FndTreeNodeVORowImpl.AttributesEnum TreeStructureCode

TreeCode

public static final FndTreeNodeVORowImpl.AttributesEnum TreeCode

TreeVersionId

public static final FndTreeNodeVORowImpl.AttributesEnum TreeVersionId

TreeNodeId

public static final FndTreeNodeVORowImpl.AttributesEnum TreeNodeId

ParentTreeNodeId

public static final FndTreeNodeVORowImpl.AttributesEnum ParentTreeNodeId

DataSourceId

public static final FndTreeNodeVORowImpl.AttributesEnum DataSourceId

Pk1StartValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk1StartValue

Pk2StartValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk2StartValue

Pk3StartValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk3StartValue

Pk4StartValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk4StartValue

Pk5StartValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk5StartValue

Pk1EndValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk1EndValue

Pk2EndValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk2EndValue

Pk3EndValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk3EndValue

Pk4EndValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk4EndValue

Pk5EndValue

public static final FndTreeNodeVORowImpl.AttributesEnum Pk5EndValue

ReferenceTreeCode

public static final FndTreeNodeVORowImpl.AttributesEnum ReferenceTreeCode

ReferenceTreeVersionId

public static final FndTreeNodeVORowImpl.AttributesEnum ReferenceTreeVersionId

TreeLabelId

public static final FndTreeNodeVORowImpl.AttributesEnum TreeLabelId

Depth

public static final FndTreeNodeVORowImpl.AttributesEnum Depth

ChildCount

public static final FndTreeNodeVORowImpl.AttributesEnum ChildCount

CreatedBy

public static final FndTreeNodeVORowImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTreeNodeVORowImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTreeNodeVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTreeNodeVORowImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTreeNodeVORowImpl.AttributesEnum LastUpdateLogin

ParentDataSourceId

public static final FndTreeNodeVORowImpl.AttributesEnum ParentDataSourceId

ParentPk1Value

public static final FndTreeNodeVORowImpl.AttributesEnum ParentPk1Value

ParentPk2Value

public static final FndTreeNodeVORowImpl.AttributesEnum ParentPk2Value

ParentPk3Value

public static final FndTreeNodeVORowImpl.AttributesEnum ParentPk3Value

ParentPk4Value

public static final FndTreeNodeVORowImpl.AttributesEnum ParentPk4Value

ParentPk5Value

public static final FndTreeNodeVORowImpl.AttributesEnum ParentPk5Value

ParentTreeLabelId

public static final FndTreeNodeVORowImpl.AttributesEnum ParentTreeLabelId

SortOrder

public static final FndTreeNodeVORowImpl.AttributesEnum SortOrder

ParentTreeNodeIdFndTreeNodeVO

public static final FndTreeNodeVORowImpl.AttributesEnum ParentTreeNodeIdFndTreeNodeVO
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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