Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.provider.nls
Enum NLSProvider.BundleType

java.lang.Object
  extended by java.lang.Enum<NLSProvider.BundleType>
      extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.nls.NLSProvider.BundleType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<NLSProvider.BundleType>
Enclosing class:
NLSProvider

public static enum NLSProvider.BundleType
extends java.lang.Enum<NLSProvider.BundleType>

Enumeration representing the various formats


Enum Constant Summary
JAVA_RES
           
MSG_SVC
           
RES_REF
           
XLIFF
           
 
Method Summary
static NLSProvider.BundleType parseBundle(java.lang.String pBundleName)
           
static NLSProvider.BundleType parseType(java.lang.String pType)
           
 java.lang.String toString()
          Returns the String representation of the enumeration
static NLSProvider.BundleType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NLSProvider.BundleType[] 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

XLIFF

public static final NLSProvider.BundleType XLIFF

JAVA_RES

public static final NLSProvider.BundleType JAVA_RES

RES_REF

public static final NLSProvider.BundleType RES_REF

MSG_SVC

public static final NLSProvider.BundleType MSG_SVC
Method Detail

values

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

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

valueOf

public static NLSProvider.BundleType 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

toString

public java.lang.String toString()
Returns the String representation of the enumeration

Overrides:
toString in class java.lang.Enum<NLSProvider.BundleType>
Returns:
the String representation of the enumeration

parseType

public static NLSProvider.BundleType parseType(java.lang.String pType)

parseBundle

public static NLSProvider.BundleType parseBundle(java.lang.String pBundleName)

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.