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 ChildTableVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
action1
           
action10
           
Action10Handle
           
Action1Handle
           
action2
           
Action2Handle
           
action3
           
Action3Handle
           
action4
           
Action4Handle
           
action5
           
Action5Handle
           
action6
           
Action6Handle
           
action7
           
Action7Handle
           
action8
           
Action8Handle
           
action9
           
Action9Handle
           
ChildId
           
DataSet
           
DisableUpdate
           
DisableView
           
InstSetName
           
Role
           
ShortName
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(ChildTableVORowImpl object)
           
 int index()
           
abstract  void put(ChildTableVORowImpl object, java.lang.Object value)
           
static ChildTableVORowImpl.AttributesEnum[] staticValues()
           
static ChildTableVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ChildTableVORowImpl.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 ChildTableVORowImpl.AttributesEnum Role

DataSet

public static final ChildTableVORowImpl.AttributesEnum DataSet

action1

public static final ChildTableVORowImpl.AttributesEnum action1

action2

public static final ChildTableVORowImpl.AttributesEnum action2

action3

public static final ChildTableVORowImpl.AttributesEnum action3

action4

public static final ChildTableVORowImpl.AttributesEnum action4

action5

public static final ChildTableVORowImpl.AttributesEnum action5

action6

public static final ChildTableVORowImpl.AttributesEnum action6

action7

public static final ChildTableVORowImpl.AttributesEnum action7

action8

public static final ChildTableVORowImpl.AttributesEnum action8

action9

public static final ChildTableVORowImpl.AttributesEnum action9

action10

public static final ChildTableVORowImpl.AttributesEnum action10

ChildId

public static final ChildTableVORowImpl.AttributesEnum ChildId

DisableView

public static final ChildTableVORowImpl.AttributesEnum DisableView

DisableUpdate

public static final ChildTableVORowImpl.AttributesEnum DisableUpdate

Action1Handle

public static final ChildTableVORowImpl.AttributesEnum Action1Handle

Action2Handle

public static final ChildTableVORowImpl.AttributesEnum Action2Handle

Action3Handle

public static final ChildTableVORowImpl.AttributesEnum Action3Handle

Action4Handle

public static final ChildTableVORowImpl.AttributesEnum Action4Handle

Action5Handle

public static final ChildTableVORowImpl.AttributesEnum Action5Handle

Action6Handle

public static final ChildTableVORowImpl.AttributesEnum Action6Handle

Action7Handle

public static final ChildTableVORowImpl.AttributesEnum Action7Handle

Action8Handle

public static final ChildTableVORowImpl.AttributesEnum Action8Handle

Action9Handle

public static final ChildTableVORowImpl.AttributesEnum Action9Handle

Action10Handle

public static final ChildTableVORowImpl.AttributesEnum Action10Handle

ShortName

public static final ChildTableVORowImpl.AttributesEnum ShortName

InstSetName

public static final ChildTableVORowImpl.AttributesEnum InstSetName
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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