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

E22562-02

oracle.apps.fnd.applcore.messages.messageService.view
Enum MessageVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
ApplicationId
           
ApplicationId1
           
ApplicationPVO
           
ApplicationShortName
           
ApplTaxonomySeedDataPVO
           
CategoryValidation
           
CreatedBy
           
CreationDate
           
Incident
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
LoggableAlertable
           
LookupCodeForType
           
LookupTypeForType
           
LookupVOForType
           
MessageAdminAction
           
MessageAdminDetails
           
MessageCategory
           
MessageCause
           
MessageContext
           
MessageEncodedText
           
MessageName
           
MessageNumber
           
MessageSeverity
           
MessageText
           
MessageToken
           
MessageType
           
MessageUserAction
           
MessageUserDetails
           
ModuleId
           
ResourceBundleMessage
           
SetIdForType
           
SeverityValidation
           
TypeValidation
           
ViewApplicationIdForType
           
YesNoValidation
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(MessageVORowImpl object)
           
 int index()
           
abstract  void put(MessageVORowImpl object, java.lang.Object value)
           
static MessageVORowImpl.AttributesEnum[] staticValues()
           
static MessageVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessageVORowImpl.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

MessageName

public static final MessageVORowImpl.AttributesEnum MessageName

ApplicationId

public static final MessageVORowImpl.AttributesEnum ApplicationId

ModuleId

public static final MessageVORowImpl.AttributesEnum ModuleId

MessageNumber

public static final MessageVORowImpl.AttributesEnum MessageNumber

MessageType

public static final MessageVORowImpl.AttributesEnum MessageType

MessageCategory

public static final MessageVORowImpl.AttributesEnum MessageCategory

MessageSeverity

public static final MessageVORowImpl.AttributesEnum MessageSeverity

LoggableAlertable

public static final MessageVORowImpl.AttributesEnum LoggableAlertable

MessageContext

public static final MessageVORowImpl.AttributesEnum MessageContext

MessageText

public static final MessageVORowImpl.AttributesEnum MessageText

MessageUserDetails

public static final MessageVORowImpl.AttributesEnum MessageUserDetails

MessageAdminDetails

public static final MessageVORowImpl.AttributesEnum MessageAdminDetails

MessageCause

public static final MessageVORowImpl.AttributesEnum MessageCause

MessageUserAction

public static final MessageVORowImpl.AttributesEnum MessageUserAction

MessageAdminAction

public static final MessageVORowImpl.AttributesEnum MessageAdminAction

MessageEncodedText

public static final MessageVORowImpl.AttributesEnum MessageEncodedText

ResourceBundleMessage

public static final MessageVORowImpl.AttributesEnum ResourceBundleMessage

Incident

public static final MessageVORowImpl.AttributesEnum Incident

CreationDate

public static final MessageVORowImpl.AttributesEnum CreationDate

LastUpdateDate

public static final MessageVORowImpl.AttributesEnum LastUpdateDate

CreatedBy

public static final MessageVORowImpl.AttributesEnum CreatedBy

LastUpdateLogin

public static final MessageVORowImpl.AttributesEnum LastUpdateLogin

LastUpdatedBy

public static final MessageVORowImpl.AttributesEnum LastUpdatedBy

ApplicationShortName

public static final MessageVORowImpl.AttributesEnum ApplicationShortName

ApplicationId1

public static final MessageVORowImpl.AttributesEnum ApplicationId1

LookupCodeForType

public static final MessageVORowImpl.AttributesEnum LookupCodeForType

LookupTypeForType

public static final MessageVORowImpl.AttributesEnum LookupTypeForType

ViewApplicationIdForType

public static final MessageVORowImpl.AttributesEnum ViewApplicationIdForType

SetIdForType

public static final MessageVORowImpl.AttributesEnum SetIdForType

MessageToken

public static final MessageVORowImpl.AttributesEnum MessageToken

ApplTaxonomySeedDataPVO

public static final MessageVORowImpl.AttributesEnum ApplTaxonomySeedDataPVO

ApplicationPVO

public static final MessageVORowImpl.AttributesEnum ApplicationPVO

TypeValidation

public static final MessageVORowImpl.AttributesEnum TypeValidation

CategoryValidation

public static final MessageVORowImpl.AttributesEnum CategoryValidation

SeverityValidation

public static final MessageVORowImpl.AttributesEnum SeverityValidation

YesNoValidation

public static final MessageVORowImpl.AttributesEnum YesNoValidation

LookupVOForType

public static final MessageVORowImpl.AttributesEnum LookupVOForType
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

public static MessageVORowImpl.AttributesEnum[] staticValues()

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.