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

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

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

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


Enum Constant Summary
ChangedSinceValidation
           
CreatedBy
           
CreationDate
           
Description
           
EffectiveEndDate
           
EffectiveStartDate
           
FndTreeNode
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
LastValidationDate
           
LastValidationResult
           
LastValidationResultId
           
LevelCount
           
LockDate
           
LockedBy
           
NodeCount
           
SourceTreeVersionId
           
Status
           
TreeCode
           
TreeStructureCode
           
TreeVersionId
           
TreeVersionName
           
VersionComment
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndTreeVersionVORowImpl object)
           
 int index()
           
abstract  void put(FndTreeVersionVORowImpl object, java.lang.Object value)
           
static FndTreeVersionVORowImpl.AttributesEnum[] staticValues()
           
static FndTreeVersionVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndTreeVersionVORowImpl.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 FndTreeVersionVORowImpl.AttributesEnum TreeStructureCode

TreeCode

public static final FndTreeVersionVORowImpl.AttributesEnum TreeCode

TreeVersionId

public static final FndTreeVersionVORowImpl.AttributesEnum TreeVersionId

Status

public static final FndTreeVersionVORowImpl.AttributesEnum Status

EffectiveStartDate

public static final FndTreeVersionVORowImpl.AttributesEnum EffectiveStartDate

EffectiveEndDate

public static final FndTreeVersionVORowImpl.AttributesEnum EffectiveEndDate

ChangedSinceValidation

public static final FndTreeVersionVORowImpl.AttributesEnum ChangedSinceValidation

LevelCount

public static final FndTreeVersionVORowImpl.AttributesEnum LevelCount

NodeCount

public static final FndTreeVersionVORowImpl.AttributesEnum NodeCount

LockedBy

public static final FndTreeVersionVORowImpl.AttributesEnum LockedBy

LockDate

public static final FndTreeVersionVORowImpl.AttributesEnum LockDate

CreatedBy

public static final FndTreeVersionVORowImpl.AttributesEnum CreatedBy

CreationDate

public static final FndTreeVersionVORowImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndTreeVersionVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndTreeVersionVORowImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndTreeVersionVORowImpl.AttributesEnum LastUpdateLogin

Description

public static final FndTreeVersionVORowImpl.AttributesEnum Description

VersionComment

public static final FndTreeVersionVORowImpl.AttributesEnum VersionComment

TreeVersionName

public static final FndTreeVersionVORowImpl.AttributesEnum TreeVersionName

SourceTreeVersionId

public static final FndTreeVersionVORowImpl.AttributesEnum SourceTreeVersionId

LastValidationDate

public static final FndTreeVersionVORowImpl.AttributesEnum LastValidationDate

LastValidationResultId

public static final FndTreeVersionVORowImpl.AttributesEnum LastValidationResultId

LastValidationResult

public static final FndTreeVersionVORowImpl.AttributesEnum LastValidationResult

FndTreeNode

public static final FndTreeVersionVORowImpl.AttributesEnum FndTreeNode
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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