Uses of Class
com.meiglobal.ebds.api.pub.BNFErrorStatus

Packages that use BNFErrorStatus
com.meiglobal.ebds.api   
com.meiglobal.ebds.api.pub   
 

Uses of BNFErrorStatus in com.meiglobal.ebds.api
 

Methods in com.meiglobal.ebds.api that return BNFErrorStatus
 BNFErrorStatus Acceptor.GetLastBNFError()
          Returns the last BNF error reason.
 

Uses of BNFErrorStatus in com.meiglobal.ebds.api.pub
 

Methods in com.meiglobal.ebds.api.pub that return BNFErrorStatus
static BNFErrorStatus BNFErrorStatus.FromByte(byte b)
           
static BNFErrorStatus BNFErrorStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BNFErrorStatus[] BNFErrorStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.