Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.interfaces.interactive.support.km
Enum InterfaceKMHolderFactory.HolderType

java.lang.Object
  extended by java.lang.Enum<InterfaceKMHolderFactory.HolderType>
      extended by oracle.odi.interfaces.interactive.support.km.InterfaceKMHolderFactory.HolderType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<InterfaceKMHolderFactory.HolderType>
Enclosing class:
InterfaceKMHolderFactory

public static enum InterfaceKMHolderFactory.HolderType
extends java.lang.Enum<InterfaceKMHolderFactory.HolderType>

HolderType defines the types of KM holders.


Enum Constant Summary
SOURCE_SET_LKM
          Loading KM for a source set.
STAGING_AREA_LKM
          Loading KM for a staging area.
TARGET_CKM
          Check KM for a target.
TARGET_IKM
          Integration KM for a target.
 
Method Summary
static InterfaceKMHolderFactory.HolderType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InterfaceKMHolderFactory.HolderType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SOURCE_SET_LKM

public static final InterfaceKMHolderFactory.HolderType SOURCE_SET_LKM
Loading KM for a source set.


STAGING_AREA_LKM

public static final InterfaceKMHolderFactory.HolderType STAGING_AREA_LKM
Loading KM for a staging area.


TARGET_CKM

public static final InterfaceKMHolderFactory.HolderType TARGET_CKM
Check KM for a target.


TARGET_IKM

public static final InterfaceKMHolderFactory.HolderType TARGET_IKM
Integration KM for a target.

Method Detail

valueOf

public static InterfaceKMHolderFactory.HolderType 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

values

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

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

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.