Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.util.taxonomy
Enum ModuleType

java.lang.Object
  extended by java.lang.Enum<ModuleType>
      extended by oracle.apps.fnd.applseed.rt.extract.util.taxonomy.ModuleType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ModuleType>

public enum ModuleType
extends java.lang.Enum<ModuleType>

This enum is the wrapper for the Application Taxonomy Module Types.


Enum Constant Summary
APPLICATION
           
DELIVERY_ROOT
           
FAMILY
           
LBA
           
PRODUCT_LINE
           
 
Method Summary
 java.lang.String getName()
          Get the the string name value for this type.
 java.lang.String toString()
          toString
static ModuleType typeForName(java.lang.String nameP)
          Get the ModuleType value for the given name
static ModuleType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ModuleType[] 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, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DELIVERY_ROOT

public static final ModuleType DELIVERY_ROOT

PRODUCT_LINE

public static final ModuleType PRODUCT_LINE

FAMILY

public static final ModuleType FAMILY

APPLICATION

public static final ModuleType APPLICATION

LBA

public static final ModuleType LBA
Method Detail

values

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

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

valueOf

public static ModuleType 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

getName

public java.lang.String getName()
Get the the string name value for this type.

Returns:
String Taxonomy Constants name

typeForName

public static ModuleType typeForName(java.lang.String nameP)
Get the ModuleType value for the given name

Parameters:
nameP - String module type name
Returns:
ModuleType value
Throws:
java.lang.RuntimeException - on invalid name string value

toString

public java.lang.String toString()
toString

Overrides:
toString in class java.lang.Enum<ModuleType>
Returns:
String

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.