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

E22565-06

Uses of Class
oracle.apps.fnd.appltest.diagfwk.api.report.ErrorInfo.ErrorType

Packages that use ErrorInfo.ErrorType
oracle.apps.fnd.appltest.diagfwk.api.report Provides APIs that test authors can use when creating the test report during the execution of the test. 
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
 

Uses of ErrorInfo.ErrorType in oracle.apps.fnd.appltest.diagfwk.api.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return ErrorInfo.ErrorType
 ErrorInfo.ErrorType ErrorInfo.getErrorType()
          Gets the error type for this error
static ErrorInfo.ErrorType ErrorInfo.ErrorType.parseErrorType(java.lang.String pErrType)
          Converts the String value of the error type to the corresponding enum.
static ErrorInfo.ErrorType ErrorInfo.ErrorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorInfo.ErrorType[] ErrorInfo.ErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type ErrorInfo.ErrorType
 void ErrorInfo.setErrorType(ErrorInfo.ErrorType pErrorType)
          Sets the error type for this error.
 

Uses of ErrorInfo.ErrorType in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return ErrorInfo.ErrorType
 ErrorInfo.ErrorType ErrorInfoExtnImpl.getErrorType()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type ErrorInfo.ErrorType
 void ErrorInfoExtnImpl.setErrorType(ErrorInfo.ErrorType pErrorType)
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.