Uses of Class
org.otfeed.protocol.ErrorEnum

Packages that use ErrorEnum
org.otfeed.protocol Contains the implementation classes. 
org.otfeed.protocol.request Contains the implementation classes. 
 

Uses of ErrorEnum in org.otfeed.protocol
 

Methods in org.otfeed.protocol that return ErrorEnum
static ErrorEnum ErrorEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorEnum[] ErrorEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ErrorEnum in org.otfeed.protocol.request
 

Methods in org.otfeed.protocol.request with parameters of type ErrorEnum
static OTError Util.newError(ErrorEnum code, java.lang.String message)
           
 



Copyright © 2007 Mike Kroutikov. All Rights Reserved.