Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.docseq.docSeqService.view
Enum DocumentSequencesVORowImpl.AttributesEnum

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

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

AttributesEnum: generated enum for identifying attributes and accessors. DO NOT MODIFY.


Enum Constant Summary
ApplicationId
           
ApplicationPVO
           
ApplTaxonomyPVO1
           
ApplTaxonomyRowFlattenSeeddDataPVO1
           
Attribute1
           
Attribute10
           
Attribute11
           
Attribute12
           
Attribute13
           
Attribute14
           
Attribute15
           
Attribute2
           
Attribute3
           
Attribute4
           
Attribute5
           
Attribute6
           
Attribute7
           
Attribute8
           
Attribute9
           
AttributeCategory
           
AuditTableName
           
CreatedBy
           
CreationDate
           
DbSequenceName
           
DeterminantType
           
DocSequenceAssignments
           
DocSequenceId
           
EndDate
           
InitialValue
           
IsNew
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
LookupPVOForDeterminantType
           
LookupPVOForType
           
MessageFlag
           
ModuleId
           
ModuleId1
           
ModuleKey
           
ModuleType
           
Name
           
StartDate
           
TableName
           
TransientAudit
           
Type
           
UserModuleName
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(DocumentSequencesVORowImpl object)
           
 int index()
           
abstract  void put(DocumentSequencesVORowImpl object, java.lang.Object value)
           
static DocumentSequencesVORowImpl.AttributesEnum[] staticValues()
           
static DocumentSequencesVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DocumentSequencesVORowImpl.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

DocSequenceId

public static final DocumentSequencesVORowImpl.AttributesEnum DocSequenceId

Name

public static final DocumentSequencesVORowImpl.AttributesEnum Name

ApplicationId

public static final DocumentSequencesVORowImpl.AttributesEnum ApplicationId

ModuleId

public static final DocumentSequencesVORowImpl.AttributesEnum ModuleId

Type

public static final DocumentSequencesVORowImpl.AttributesEnum Type

DeterminantType

public static final DocumentSequencesVORowImpl.AttributesEnum DeterminantType

StartDate

public static final DocumentSequencesVORowImpl.AttributesEnum StartDate

EndDate

public static final DocumentSequencesVORowImpl.AttributesEnum EndDate

TableName

public static final DocumentSequencesVORowImpl.AttributesEnum TableName

AuditTableName

public static final DocumentSequencesVORowImpl.AttributesEnum AuditTableName

DbSequenceName

public static final DocumentSequencesVORowImpl.AttributesEnum DbSequenceName

InitialValue

public static final DocumentSequencesVORowImpl.AttributesEnum InitialValue

MessageFlag

public static final DocumentSequencesVORowImpl.AttributesEnum MessageFlag

LastUpdateDate

public static final DocumentSequencesVORowImpl.AttributesEnum LastUpdateDate

LastUpdatedBy

public static final DocumentSequencesVORowImpl.AttributesEnum LastUpdatedBy

CreationDate

public static final DocumentSequencesVORowImpl.AttributesEnum CreationDate

CreatedBy

public static final DocumentSequencesVORowImpl.AttributesEnum CreatedBy

LastUpdateLogin

public static final DocumentSequencesVORowImpl.AttributesEnum LastUpdateLogin

AttributeCategory

public static final DocumentSequencesVORowImpl.AttributesEnum AttributeCategory

Attribute1

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute1

Attribute2

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute2

Attribute3

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute3

Attribute4

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute4

Attribute5

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute5

Attribute6

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute6

Attribute7

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute7

Attribute8

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute8

Attribute9

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute9

Attribute10

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute10

Attribute11

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute11

Attribute12

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute12

Attribute13

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute13

Attribute14

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute14

Attribute15

public static final DocumentSequencesVORowImpl.AttributesEnum Attribute15

ModuleKey

public static final DocumentSequencesVORowImpl.AttributesEnum ModuleKey

ModuleId1

public static final DocumentSequencesVORowImpl.AttributesEnum ModuleId1

ModuleType

public static final DocumentSequencesVORowImpl.AttributesEnum ModuleType

UserModuleName

public static final DocumentSequencesVORowImpl.AttributesEnum UserModuleName

TransientAudit

public static final DocumentSequencesVORowImpl.AttributesEnum TransientAudit

IsNew

public static final DocumentSequencesVORowImpl.AttributesEnum IsNew

DocSequenceAssignments

public static final DocumentSequencesVORowImpl.AttributesEnum DocSequenceAssignments

ApplicationPVO

public static final DocumentSequencesVORowImpl.AttributesEnum ApplicationPVO

LookupPVOForType

public static final DocumentSequencesVORowImpl.AttributesEnum LookupPVOForType

LookupPVOForDeterminantType

public static final DocumentSequencesVORowImpl.AttributesEnum LookupPVOForDeterminantType

ApplTaxonomyPVO1

public static final DocumentSequencesVORowImpl.AttributesEnum ApplTaxonomyPVO1

ApplTaxonomyRowFlattenSeeddDataPVO1

public static final DocumentSequencesVORowImpl.AttributesEnum ApplTaxonomyRowFlattenSeeddDataPVO1
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static final int firstIndex()

count

public static int count()

staticValues

public static final DocumentSequencesVORowImpl.AttributesEnum[] staticValues()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.