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

E22562-05

oracle.apps.fnd.applcore.datamapmig.model.view
Enum SearchTreeNodeVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
MappedFlag
           
MigratedFlag
           
ModuleId
           
SHierarchyCode
           
SParentPK1Value
           
SParentPK2Value
           
SParentPK3Value
           
SParentPK4Value
           
SParentPK5Value
           
SPK1EndValue
           
SPK1StartValue
           
SPK2EndValue
           
SPK2StartValue
           
SPK3EndValue
           
SPK3StartValue
           
SPK4EndValue
           
SPK4StartValue
           
SPK5EndValue
           
SPK5StartValue
           
SType
           
Sysdate
           
TDataSourceId
           
TParentPK1Value
           
TParentPK2Value
           
TParentPK3Value
           
TParentPK4Value
           
TParentPK5Value
           
TPK1EndValue
           
TPK1StartValue
           
TPK2EndValue
           
TPK2StartValue
           
TPK3EndValue
           
TPK3StartValue
           
TPK4EndValue
           
TPK4StartValue
           
TPK5EndValue
           
TPK5StartValue
           
TTreeCode
           
TTreeStructureCode
           
TTreeVersionId
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(SearchTreeNodeVORowImpl object)
           
 int index()
           
abstract  void put(SearchTreeNodeVORowImpl object, java.lang.Object value)
           
static SearchTreeNodeVORowImpl.AttributesEnum[] staticValues()
           
static SearchTreeNodeVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SearchTreeNodeVORowImpl.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

Sysdate

public static final SearchTreeNodeVORowImpl.AttributesEnum Sysdate

SType

public static final SearchTreeNodeVORowImpl.AttributesEnum SType

ModuleId

public static final SearchTreeNodeVORowImpl.AttributesEnum ModuleId

SHierarchyCode

public static final SearchTreeNodeVORowImpl.AttributesEnum SHierarchyCode

TTreeStructureCode

public static final SearchTreeNodeVORowImpl.AttributesEnum TTreeStructureCode

TTreeCode

public static final SearchTreeNodeVORowImpl.AttributesEnum TTreeCode

TTreeVersionId

public static final SearchTreeNodeVORowImpl.AttributesEnum TTreeVersionId

TDataSourceId

public static final SearchTreeNodeVORowImpl.AttributesEnum TDataSourceId

MappedFlag

public static final SearchTreeNodeVORowImpl.AttributesEnum MappedFlag

MigratedFlag

public static final SearchTreeNodeVORowImpl.AttributesEnum MigratedFlag

SPK1StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK1StartValue

SPK2StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK2StartValue

SPK3StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK3StartValue

SPK4StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK4StartValue

SPK5StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK5StartValue

SPK1EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK1EndValue

SPK2EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK2EndValue

SPK3EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK3EndValue

SPK4EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK4EndValue

SPK5EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum SPK5EndValue

SParentPK1Value

public static final SearchTreeNodeVORowImpl.AttributesEnum SParentPK1Value

SParentPK2Value

public static final SearchTreeNodeVORowImpl.AttributesEnum SParentPK2Value

SParentPK3Value

public static final SearchTreeNodeVORowImpl.AttributesEnum SParentPK3Value

SParentPK4Value

public static final SearchTreeNodeVORowImpl.AttributesEnum SParentPK4Value

SParentPK5Value

public static final SearchTreeNodeVORowImpl.AttributesEnum SParentPK5Value

TParentPK1Value

public static final SearchTreeNodeVORowImpl.AttributesEnum TParentPK1Value

TParentPK2Value

public static final SearchTreeNodeVORowImpl.AttributesEnum TParentPK2Value

TParentPK3Value

public static final SearchTreeNodeVORowImpl.AttributesEnum TParentPK3Value

TParentPK4Value

public static final SearchTreeNodeVORowImpl.AttributesEnum TParentPK4Value

TParentPK5Value

public static final SearchTreeNodeVORowImpl.AttributesEnum TParentPK5Value

TPK1StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK1StartValue

TPK2StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK2StartValue

TPK3StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK3StartValue

TPK4StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK4StartValue

TPK5StartValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK5StartValue

TPK1EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK1EndValue

TPK2EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK2EndValue

TPK3EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK3EndValue

TPK4EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK4EndValue

TPK5EndValue

public static final SearchTreeNodeVORowImpl.AttributesEnum TPK5EndValue
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static SearchTreeNodeVORowImpl.AttributesEnum[] staticValues()

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.