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

E22562-01

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

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

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

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


Enum Constant Summary
CreatedBy
           
CreationDate
           
Description
           
FndTreeDataSourceParamsEO
           
FndTreeLabelEO
           
FndTreeStructureEO
           
FndTreeVersionEffDate
           
FndTreeVersionEO
           
IconName
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
OA_TL_ENTITIES
           
SetId
           
TreeCode
           
TreeName
           
TreeStructureCode
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTreeEOImpl object)
           
 int index()
           
abstract  void put(FndTreeEOImpl object, java.lang.Object value)
           
static FndTreeEOImpl.AttributesEnum[] staticValues()
           
static FndTreeEOImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTreeEOImpl.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 FndTreeEOImpl.AttributesEnum TreeStructureCode

TreeCode

public static final FndTreeEOImpl.AttributesEnum TreeCode

SetId

public static final FndTreeEOImpl.AttributesEnum SetId

IconName

public static final FndTreeEOImpl.AttributesEnum IconName

CreatedBy

public static final FndTreeEOImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTreeEOImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTreeEOImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTreeEOImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTreeEOImpl.AttributesEnum LastUpdateLogin

TreeName

public static final FndTreeEOImpl.AttributesEnum TreeName

Description

public static final FndTreeEOImpl.AttributesEnum Description

FndTreeStructureEO

public static final FndTreeEOImpl.AttributesEnum FndTreeStructureEO

OA_TL_ENTITIES

public static final FndTreeEOImpl.AttributesEnum OA_TL_ENTITIES

FndTreeLabelEO

public static final FndTreeEOImpl.AttributesEnum FndTreeLabelEO

FndTreeDataSourceParamsEO

public static final FndTreeEOImpl.AttributesEnum FndTreeDataSourceParamsEO

FndTreeVersionEO

public static final FndTreeEOImpl.AttributesEnum FndTreeVersionEO

FndTreeVersionEffDate

public static final FndTreeEOImpl.AttributesEnum FndTreeVersionEffDate
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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