Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

oracle.apps.fnd.applcp.migrate.modeler.common
Enum CustomValueSetDef.ColumnContentType

java.lang.Object
  extended by java.lang.Enum<CustomValueSetDef.ColumnContentType>
      extended by oracle.apps.fnd.applcp.migrate.modeler.common.CustomValueSetDef.ColumnContentType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<CustomValueSetDef.ColumnContentType>
Enclosing interface:
CustomValueSetDef

public static enum CustomValueSetDef.ColumnContentType
extends java.lang.Enum<CustomValueSetDef.ColumnContentType>

Column content types.


Enum Constant Summary
DESCRIPTION
           
ENABLED_FLAG
           
END_DATE
           
ID
           
START_DATE
           
SUMMARY_FLAG
           
VALUE
           
 
Method Summary
static CustomValueSetDef.ColumnContentType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CustomValueSetDef.ColumnContentType[] 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

VALUE

public static final CustomValueSetDef.ColumnContentType VALUE

ID

public static final CustomValueSetDef.ColumnContentType ID

DESCRIPTION

public static final CustomValueSetDef.ColumnContentType DESCRIPTION

ENABLED_FLAG

public static final CustomValueSetDef.ColumnContentType ENABLED_FLAG

START_DATE

public static final CustomValueSetDef.ColumnContentType START_DATE

END_DATE

public static final CustomValueSetDef.ColumnContentType END_DATE

SUMMARY_FLAG

public static final CustomValueSetDef.ColumnContentType SUMMARY_FLAG
Method Detail

values

public static CustomValueSetDef.ColumnContentType[] 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 (CustomValueSetDef.ColumnContentType c : CustomValueSetDef.ColumnContentType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CustomValueSetDef.ColumnContentType 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

Oracle Fusion Middleware extensions for Enterprise Scheduler Service
11g Release 1 (11.1.2)

E22563-02

Copyright © 2011 Oracle. All Rights Reserved.