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

E22562-01

oracle.apps.fnd.applcore.flex.vst.valueSetService.view
Enum ValueSetVORowImpl.AttributesEnum

java.lang.Object
  extended by java.lang.Enum<ValueSetVORowImpl.AttributesEnum>
      extended by oracle.apps.fnd.applcore.flex.vst.valueSetService.view.ValueSetVORowImpl.AttributesEnum
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ValueSetVORowImpl.AttributesEnum>
Enclosing class:
ValueSetVORowImpl

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

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


Enum Constant Summary
CreatedBy
           
CreationDate
           
DataSecurityObjectName
           
Description
           
IndependentValueSet
           
IndependentValueSetCode
           
IndependentValueSetId
           
IndependentValueSetId1
           
IndependentValueSetMaximumLength
           
IndependentValueSetMaximumValue
           
IndependentValueSetMinimumValue
           
IndependentValueSetPrecision
           
IndependentValueSetScale
           
IndependentValueSetUppercaseOnlyFlag
           
IndependentValueSetVO
           
IndependentValueSetZeroFillFlag
           
LastUpdateDate
           
LastUpdatedBy
           
LastUpdateLogin
           
MaximumLength
           
MaximumValue
           
MinimumValue
           
ModuleId
           
Precision
           
Scale
           
SecurityEnabledFlag
           
UppercaseOnlyFlag
           
ValidationTable
           
ValidationType
           
ValueDataType
           
ValueSetCode
           
ValueSetId
           
ValueSetValues
           
ValueSubtype
           
ZeroFillFlag
           
 
Method Summary
static int count()
           
static int firstIndex()
           
abstract  java.lang.Object get(ValueSetVORowImpl object)
           
 int index()
           
abstract  void put(ValueSetVORowImpl object, java.lang.Object value)
           
static ValueSetVORowImpl.AttributesEnum[] staticValues()
           
static ValueSetVORowImpl.AttributesEnum valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ValueSetVORowImpl.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

ValueSetId

public static final ValueSetVORowImpl.AttributesEnum ValueSetId

ModuleId

public static final ValueSetVORowImpl.AttributesEnum ModuleId

ValueSetCode

public static final ValueSetVORowImpl.AttributesEnum ValueSetCode

Description

public static final ValueSetVORowImpl.AttributesEnum Description

ValidationType

public static final ValueSetVORowImpl.AttributesEnum ValidationType

ValueDataType

public static final ValueSetVORowImpl.AttributesEnum ValueDataType

ValueSubtype

public static final ValueSetVORowImpl.AttributesEnum ValueSubtype

MaximumLength

public static final ValueSetVORowImpl.AttributesEnum MaximumLength

Precision

public static final ValueSetVORowImpl.AttributesEnum Precision

Scale

public static final ValueSetVORowImpl.AttributesEnum Scale

UppercaseOnlyFlag

public static final ValueSetVORowImpl.AttributesEnum UppercaseOnlyFlag

ZeroFillFlag

public static final ValueSetVORowImpl.AttributesEnum ZeroFillFlag

SecurityEnabledFlag

public static final ValueSetVORowImpl.AttributesEnum SecurityEnabledFlag

DataSecurityObjectName

public static final ValueSetVORowImpl.AttributesEnum DataSecurityObjectName

MinimumValue

public static final ValueSetVORowImpl.AttributesEnum MinimumValue

MaximumValue

public static final ValueSetVORowImpl.AttributesEnum MaximumValue

IndependentValueSetId

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetId

CreationDate

public static final ValueSetVORowImpl.AttributesEnum CreationDate

CreatedBy

public static final ValueSetVORowImpl.AttributesEnum CreatedBy

LastUpdateDate

public static final ValueSetVORowImpl.AttributesEnum LastUpdateDate

LastUpdatedBy

public static final ValueSetVORowImpl.AttributesEnum LastUpdatedBy

LastUpdateLogin

public static final ValueSetVORowImpl.AttributesEnum LastUpdateLogin

IndependentValueSetId1

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetId1

IndependentValueSetCode

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetCode

IndependentValueSetMaximumLength

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetMaximumLength

IndependentValueSetPrecision

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetPrecision

IndependentValueSetScale

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetScale

IndependentValueSetUppercaseOnlyFlag

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetUppercaseOnlyFlag

IndependentValueSetZeroFillFlag

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetZeroFillFlag

IndependentValueSetMinimumValue

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetMinimumValue

IndependentValueSetMaximumValue

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetMaximumValue

IndependentValueSet

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSet

ValueSetValues

public static final ValueSetVORowImpl.AttributesEnum ValueSetValues

ValidationTable

public static final ValueSetVORowImpl.AttributesEnum ValidationTable

IndependentValueSetVO

public static final ValueSetVORowImpl.AttributesEnum IndependentValueSetVO
Method Detail

values

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

put

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

index

public int index()

firstIndex

public static int firstIndex()

count

public static int count()

staticValues

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