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

E22562-05

oracle.apps.fnd.applcore.dataSecurity.uiModel.view
Enum ProfileVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
Action1
           
Action10
           
Action2
           
Action3
           
Action4
           
Action5
           
Action6
           
Action7
           
Action8
           
Action9
           
DisableUpdate
           
DisableView
           
DisableViewAll
           
GrantAccess
           
Object
           
PrimaryKey
           
RelatedRoles1
           
RelatedRoles10
           
RelatedRoles2
           
RelatedRoles3
           
RelatedRoles4
           
RelatedRoles5
           
RelatedRoles6
           
RelatedRoles7
           
RelatedRoles8
           
RelatedRoles9
           
UpdateAll
           
ViewAll
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(ProfileVORowImpl object)
           
 int index()
           
abstract  void put(ProfileVORowImpl object, java.lang.Object value)
           
static ProfileVORowImpl.AttributesEnum[] staticValues()
           
static ProfileVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProfileVORowImpl.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

Object

public static final ProfileVORowImpl.AttributesEnum Object

Action1

public static final ProfileVORowImpl.AttributesEnum Action1

Action2

public static final ProfileVORowImpl.AttributesEnum Action2

Action3

public static final ProfileVORowImpl.AttributesEnum Action3

Action4

public static final ProfileVORowImpl.AttributesEnum Action4

Action5

public static final ProfileVORowImpl.AttributesEnum Action5

Action6

public static final ProfileVORowImpl.AttributesEnum Action6

Action7

public static final ProfileVORowImpl.AttributesEnum Action7

Action8

public static final ProfileVORowImpl.AttributesEnum Action8

Action9

public static final ProfileVORowImpl.AttributesEnum Action9

Action10

public static final ProfileVORowImpl.AttributesEnum Action10

RelatedRoles1

public static final ProfileVORowImpl.AttributesEnum RelatedRoles1

RelatedRoles2

public static final ProfileVORowImpl.AttributesEnum RelatedRoles2

RelatedRoles3

public static final ProfileVORowImpl.AttributesEnum RelatedRoles3

RelatedRoles4

public static final ProfileVORowImpl.AttributesEnum RelatedRoles4

RelatedRoles5

public static final ProfileVORowImpl.AttributesEnum RelatedRoles5

RelatedRoles6

public static final ProfileVORowImpl.AttributesEnum RelatedRoles6

RelatedRoles7

public static final ProfileVORowImpl.AttributesEnum RelatedRoles7

RelatedRoles8

public static final ProfileVORowImpl.AttributesEnum RelatedRoles8

RelatedRoles9

public static final ProfileVORowImpl.AttributesEnum RelatedRoles9

RelatedRoles10

public static final ProfileVORowImpl.AttributesEnum RelatedRoles10

ViewAll

public static final ProfileVORowImpl.AttributesEnum ViewAll

UpdateAll

public static final ProfileVORowImpl.AttributesEnum UpdateAll

DisableViewAll

public static final ProfileVORowImpl.AttributesEnum DisableViewAll

DisableView

public static final ProfileVORowImpl.AttributesEnum DisableView

DisableUpdate

public static final ProfileVORowImpl.AttributesEnum DisableUpdate

GrantAccess

public static final ProfileVORowImpl.AttributesEnum GrantAccess

PrimaryKey

public static final ProfileVORowImpl.AttributesEnum PrimaryKey
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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