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

E22562-01

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

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

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

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


Enum Constant Summary
CreatedBy
           
CreationDate
           
FndMapAttachDocs
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
LookupPVO1
           
LookupPVO2
           
MapId
           
MappedFlag
           
MigratedFlag
           
ModuleId
           
SApplicationId
           
SAttachModel
           
SEntityName
           
SPk1Value
           
SPk2Value
           
SPk3Value
           
SPk4Value
           
SPk5Value
           
SType
           
TEntityName
           
TPk1Value
           
TPk2Value
           
TPk3Value
           
TPk4Value
           
TPk5Value
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndMapAttachEntityVORowImpl object)
           
 int index()
           
abstract  void put(FndMapAttachEntityVORowImpl object, java.lang.Object value)
           
static FndMapAttachEntityVORowImpl.AttributesEnum[] staticValues()
           
static FndMapAttachEntityVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndMapAttachEntityVORowImpl.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

MapId

public static final FndMapAttachEntityVORowImpl.AttributesEnum MapId

SType

public static final FndMapAttachEntityVORowImpl.AttributesEnum SType

SApplicationId

public static final FndMapAttachEntityVORowImpl.AttributesEnum SApplicationId

SAttachModel

public static final FndMapAttachEntityVORowImpl.AttributesEnum SAttachModel

SEntityName

public static final FndMapAttachEntityVORowImpl.AttributesEnum SEntityName

SPk1Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum SPk1Value

SPk2Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum SPk2Value

SPk3Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum SPk3Value

SPk4Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum SPk4Value

SPk5Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum SPk5Value

ModuleId

public static final FndMapAttachEntityVORowImpl.AttributesEnum ModuleId

TEntityName

public static final FndMapAttachEntityVORowImpl.AttributesEnum TEntityName

TPk1Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum TPk1Value

TPk2Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum TPk2Value

TPk3Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum TPk3Value

TPk4Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum TPk4Value

TPk5Value

public static final FndMapAttachEntityVORowImpl.AttributesEnum TPk5Value

MappedFlag

public static final FndMapAttachEntityVORowImpl.AttributesEnum MappedFlag

MigratedFlag

public static final FndMapAttachEntityVORowImpl.AttributesEnum MigratedFlag

CreatedBy

public static final FndMapAttachEntityVORowImpl.AttributesEnum CreatedBy

CreationDate

public static final FndMapAttachEntityVORowImpl.AttributesEnum CreationDate

LastUpdatedBy

public static final FndMapAttachEntityVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateDate

public static final FndMapAttachEntityVORowImpl.AttributesEnum LastUpdateDate

LastUpdateLogin

public static final FndMapAttachEntityVORowImpl.AttributesEnum LastUpdateLogin

FndMapAttachDocs

public static final FndMapAttachEntityVORowImpl.AttributesEnum FndMapAttachDocs

LookupPVO1

public static final FndMapAttachEntityVORowImpl.AttributesEnum LookupPVO1

LookupPVO2

public static final FndMapAttachEntityVORowImpl.AttributesEnum LookupPVO2
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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