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

E22562-02

oracle.apps.fnd.applcore.trees.model.entity
Enum FndTreeNodeRfEOImpl.AttributesEnum

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

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

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


Enum Constant Summary
AncestorDataSourceId
           
AncestorPk1Value
           
AncestorPk2Value
           
AncestorPk3Value
           
AncestorPk4Value
           
AncestorPk5Value
           
AncestorTreeLabelId
           
AncestorTreeNodeId
           
CreatedBy
           
CreationDate
           
DataSourceId
           
Distance
           
IsLeaf
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
Pk1Value
           
Pk2Value
           
Pk3Value
           
Pk4Value
           
Pk5Value
           
RfTreeNodeId
           
TreeCode
           
TreeLabelId
           
TreeNodeId
           
TreeStructureCode
           
TreeVersionId
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTreeNodeRfEOImpl object)
           
 int index()
           
abstract  void put(FndTreeNodeRfEOImpl object, java.lang.Object value)
           
static FndTreeNodeRfEOImpl.AttributesEnum[] staticValues()
           
static FndTreeNodeRfEOImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTreeNodeRfEOImpl.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 FndTreeNodeRfEOImpl.AttributesEnum TreeStructureCode

TreeCode

public static final FndTreeNodeRfEOImpl.AttributesEnum TreeCode

TreeVersionId

public static final FndTreeNodeRfEOImpl.AttributesEnum TreeVersionId

TreeNodeId

public static final FndTreeNodeRfEOImpl.AttributesEnum TreeNodeId

DataSourceId

public static final FndTreeNodeRfEOImpl.AttributesEnum DataSourceId

Pk1Value

public static final FndTreeNodeRfEOImpl.AttributesEnum Pk1Value

Pk2Value

public static final FndTreeNodeRfEOImpl.AttributesEnum Pk2Value

Pk3Value

public static final FndTreeNodeRfEOImpl.AttributesEnum Pk3Value

Pk4Value

public static final FndTreeNodeRfEOImpl.AttributesEnum Pk4Value

Pk5Value

public static final FndTreeNodeRfEOImpl.AttributesEnum Pk5Value

CreatedBy

public static final FndTreeNodeRfEOImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTreeNodeRfEOImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTreeNodeRfEOImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTreeNodeRfEOImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTreeNodeRfEOImpl.AttributesEnum LastUpdateLogin

AncestorDataSourceId

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorDataSourceId

AncestorPk1Value

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorPk1Value

AncestorPk3Value

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorPk3Value

AncestorPk4Value

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorPk4Value

AncestorPk5Value

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorPk5Value

AncestorTreeLabelId

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorTreeLabelId

AncestorTreeNodeId

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorTreeNodeId

TreeLabelId

public static final FndTreeNodeRfEOImpl.AttributesEnum TreeLabelId

AncestorPk2Value

public static final FndTreeNodeRfEOImpl.AttributesEnum AncestorPk2Value

RfTreeNodeId

public static final FndTreeNodeRfEOImpl.AttributesEnum RfTreeNodeId

Distance

public static final FndTreeNodeRfEOImpl.AttributesEnum Distance

IsLeaf

public static final FndTreeNodeRfEOImpl.AttributesEnum IsLeaf
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static FndTreeNodeRfEOImpl.AttributesEnum[] staticValues()

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.