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

E22562-01

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

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

public static enum ParentTableVORowImpl.AttributesEnum
extends java.lang.Enum<ParentTableVORowImpl.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
           
ChildTable
           
GrantAccess
           
PAction10Handle
           
PAction1Handle
           
PAction2Handle
           
PAction3Handle
           
PAction4Handle
           
PAction5Handle
           
PAction6Handle
           
PAction7Handle
           
PAction8Handle
           
PAction9Handle
           
Role
           
RoleDisplay
           
UpdateAll
           
ViewAll
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(ParentTableVORowImpl object)
           
 int index()
           
abstract  void put(ParentTableVORowImpl object, java.lang.Object value)
           
static ParentTableVORowImpl.AttributesEnum[] staticValues()
           
static ParentTableVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParentTableVORowImpl.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

Role

public static final ParentTableVORowImpl.AttributesEnum Role

action1

public static final ParentTableVORowImpl.AttributesEnum action1

action2

public static final ParentTableVORowImpl.AttributesEnum action2

action3

public static final ParentTableVORowImpl.AttributesEnum action3

action4

public static final ParentTableVORowImpl.AttributesEnum action4

action5

public static final ParentTableVORowImpl.AttributesEnum action5

action6

public static final ParentTableVORowImpl.AttributesEnum action6

action7

public static final ParentTableVORowImpl.AttributesEnum action7

action8

public static final ParentTableVORowImpl.AttributesEnum action8

action9

public static final ParentTableVORowImpl.AttributesEnum action9

action10

public static final ParentTableVORowImpl.AttributesEnum action10

ViewAll

public static final ParentTableVORowImpl.AttributesEnum ViewAll

UpdateAll

public static final ParentTableVORowImpl.AttributesEnum UpdateAll

RoleDisplay

public static final ParentTableVORowImpl.AttributesEnum RoleDisplay

PAction1Handle

public static final ParentTableVORowImpl.AttributesEnum PAction1Handle

PAction2Handle

public static final ParentTableVORowImpl.AttributesEnum PAction2Handle

PAction3Handle

public static final ParentTableVORowImpl.AttributesEnum PAction3Handle

PAction4Handle

public static final ParentTableVORowImpl.AttributesEnum PAction4Handle

PAction5Handle

public static final ParentTableVORowImpl.AttributesEnum PAction5Handle

PAction6Handle

public static final ParentTableVORowImpl.AttributesEnum PAction6Handle

PAction7Handle

public static final ParentTableVORowImpl.AttributesEnum PAction7Handle

PAction8Handle

public static final ParentTableVORowImpl.AttributesEnum PAction8Handle

PAction9Handle

public static final ParentTableVORowImpl.AttributesEnum PAction9Handle

PAction10Handle

public static final ParentTableVORowImpl.AttributesEnum PAction10Handle

GrantAccess

public static final ParentTableVORowImpl.AttributesEnum GrantAccess

ChildTable

public static final ParentTableVORowImpl.AttributesEnum ChildTable
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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