Uses of Class
com.vhosting.netconf.frame.RpcReplyError.ErrorTag

Packages that use RpcReplyError.ErrorTag
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of RpcReplyError.ErrorTag in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return RpcReplyError.ErrorTag
 RpcReplyError.ErrorTag RpcReplyError.getErrorTag()
          Contains a string identifying the error condition.
static RpcReplyError.ErrorTag RpcReplyError.ErrorTag.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RpcReplyError.ErrorTag[] RpcReplyError.ErrorTag.values()
          Returns an array containing the constants of this enum type, in the order they are declared.