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

E22565-06

oracle.apps.fnd.appltest.diagfwk.common
Enum DiagConstants.LinkType

java.lang.Object
  extended by java.lang.Enum<DiagConstants.LinkType>
      extended by oracle.apps.fnd.appltest.diagfwk.common.DiagConstants.LinkType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<DiagConstants.LinkType>
Enclosing interface:
DiagConstants

public static enum DiagConstants.LinkType
extends java.lang.Enum<DiagConstants.LinkType>

Enumeration representing the various link types.


Enum Constant Summary
EXTERNAL
           
INTERNAL
           
METALINK
           
 
Method Summary
static DiagConstants.LinkType parseLinkType(java.lang.String pVal)
          Converts the String value of the link type to the enumeration
 java.lang.String toString()
           
static DiagConstants.LinkType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DiagConstants.LinkType[] 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

INTERNAL

public static final DiagConstants.LinkType INTERNAL

EXTERNAL

public static final DiagConstants.LinkType EXTERNAL

METALINK

public static final DiagConstants.LinkType METALINK
Method Detail

values

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

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

valueOf

public static DiagConstants.LinkType 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()
Overrides:
toString in class java.lang.Enum<DiagConstants.LinkType>

parseLinkType

public static DiagConstants.LinkType parseLinkType(java.lang.String pVal)
Converts the String value of the link type to the enumeration

Parameters:
pVal - String value of the link type
Returns:
enumeration corresponding to the given link type

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.