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

E22562-02

oracle.apps.fnd.applcore.dataSecurity.dataSecurityService.view
Enum KFFHierFilterVORowImpl.AttributesEnum

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

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

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


Enum Constant Summary
AccessType
           
ApplicationId
           
DataSecurityObjectName
           
KeyAttr
           
KeyFlexfieldCode
           
SecurityEnabledFlag
           
SegmentCode
           
SegmentLabelCode
           
StructureCode
           
StructureId
           
StructureInstanceCode
           
StructureInstanceId
           
TreeCode
           
TreeNodePk1Value
           
TreeNodePk2Value
           
TreeNodePk3Value
           
TreeNodePk4Value
           
TreeNodePk5Value
           
TreeStructureCode
           
ValueSetCode
           
ValueSetId
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(KFFHierFilterVORowImpl object)
           
 int index()
           
abstract  void put(KFFHierFilterVORowImpl object, java.lang.Object value)
           
static KFFHierFilterVORowImpl.AttributesEnum[] staticValues()
           
static KFFHierFilterVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static KFFHierFilterVORowImpl.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

ApplicationId

public static final KFFHierFilterVORowImpl.AttributesEnum ApplicationId

KeyFlexfieldCode

public static final KFFHierFilterVORowImpl.AttributesEnum KeyFlexfieldCode

StructureId

public static final KFFHierFilterVORowImpl.AttributesEnum StructureId

StructureCode

public static final KFFHierFilterVORowImpl.AttributesEnum StructureCode

SegmentCode

public static final KFFHierFilterVORowImpl.AttributesEnum SegmentCode

SegmentLabelCode

public static final KFFHierFilterVORowImpl.AttributesEnum SegmentLabelCode

StructureInstanceId

public static final KFFHierFilterVORowImpl.AttributesEnum StructureInstanceId

StructureInstanceCode

public static final KFFHierFilterVORowImpl.AttributesEnum StructureInstanceCode

ValueSetId

public static final KFFHierFilterVORowImpl.AttributesEnum ValueSetId

ValueSetCode

public static final KFFHierFilterVORowImpl.AttributesEnum ValueSetCode

SecurityEnabledFlag

public static final KFFHierFilterVORowImpl.AttributesEnum SecurityEnabledFlag

DataSecurityObjectName

public static final KFFHierFilterVORowImpl.AttributesEnum DataSecurityObjectName

TreeStructureCode

public static final KFFHierFilterVORowImpl.AttributesEnum TreeStructureCode

TreeCode

public static final KFFHierFilterVORowImpl.AttributesEnum TreeCode

TreeNodePk1Value

public static final KFFHierFilterVORowImpl.AttributesEnum TreeNodePk1Value

TreeNodePk2Value

public static final KFFHierFilterVORowImpl.AttributesEnum TreeNodePk2Value

TreeNodePk3Value

public static final KFFHierFilterVORowImpl.AttributesEnum TreeNodePk3Value

TreeNodePk4Value

public static final KFFHierFilterVORowImpl.AttributesEnum TreeNodePk4Value

TreeNodePk5Value

public static final KFFHierFilterVORowImpl.AttributesEnum TreeNodePk5Value

KeyAttr

public static final KFFHierFilterVORowImpl.AttributesEnum KeyAttr

AccessType

public static final KFFHierFilterVORowImpl.AttributesEnum AccessType
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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