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

E22562-03

oracle.apps.fnd.applcore.attachments.model.entity
Enum FndAttachedDocumentsEOImpl.AttributesEnum

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

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

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


Enum Constant Summary
AttachedDocumentId
           
CategoryName
           
CreatedBy
           
CreationDate
           
DocumentId
           
EntityAttributes
           
EntityName
           
FndDocumentEntities
           
FndDocumentsEO
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
Pk1Value
           
Pk2Value
           
Pk3Value
           
Pk4Value
           
Pk5Value
           
ProgramApplicationId
           
ProgramId
           
ProgramUpdateDate
           
RequestId
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(FndAttachedDocumentsEOImpl object)
           
 int index()
           
abstract  void put(FndAttachedDocumentsEOImpl object, java.lang.Object value)
           
static FndAttachedDocumentsEOImpl.AttributesEnum[] staticValues()
           
static FndAttachedDocumentsEOImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FndAttachedDocumentsEOImpl.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

AttachedDocumentId

public static final FndAttachedDocumentsEOImpl.AttributesEnum AttachedDocumentId

DocumentId

public static final FndAttachedDocumentsEOImpl.AttributesEnum DocumentId

CreationDate

public static final FndAttachedDocumentsEOImpl.AttributesEnum CreationDate

CreatedBy

public static final FndAttachedDocumentsEOImpl.AttributesEnum CreatedBy

LastUpdateDate

public static final FndAttachedDocumentsEOImpl.AttributesEnum LastUpdateDate

LastUpdatedBy

public static final FndAttachedDocumentsEOImpl.AttributesEnum LastUpdatedBy

LastUpdateLogin

public static final FndAttachedDocumentsEOImpl.AttributesEnum LastUpdateLogin

EntityName

public static final FndAttachedDocumentsEOImpl.AttributesEnum EntityName

Pk1Value

public static final FndAttachedDocumentsEOImpl.AttributesEnum Pk1Value

Pk2Value

public static final FndAttachedDocumentsEOImpl.AttributesEnum Pk2Value

Pk3Value

public static final FndAttachedDocumentsEOImpl.AttributesEnum Pk3Value

Pk4Value

public static final FndAttachedDocumentsEOImpl.AttributesEnum Pk4Value

Pk5Value

public static final FndAttachedDocumentsEOImpl.AttributesEnum Pk5Value

ProgramApplicationId

public static final FndAttachedDocumentsEOImpl.AttributesEnum ProgramApplicationId

ProgramId

public static final FndAttachedDocumentsEOImpl.AttributesEnum ProgramId

ProgramUpdateDate

public static final FndAttachedDocumentsEOImpl.AttributesEnum ProgramUpdateDate

RequestId

public static final FndAttachedDocumentsEOImpl.AttributesEnum RequestId

CategoryName

public static final FndAttachedDocumentsEOImpl.AttributesEnum CategoryName

EntityAttributes

public static final FndAttachedDocumentsEOImpl.AttributesEnum EntityAttributes

FndDocumentsEO

public static final FndAttachedDocumentsEOImpl.AttributesEnum FndDocumentsEO

FndDocumentEntities

public static final FndAttachedDocumentsEOImpl.AttributesEnum FndDocumentEntities
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static FndAttachedDocumentsEOImpl.AttributesEnum[] staticValues()

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.