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

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

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

Methods in com.vhosting.netconf.frame that return RpcReplyError.ErrorSeverity
 RpcReplyError.ErrorSeverity RpcReplyError.getErrorSeverity()
          Get the severity of the error.
static RpcReplyError.ErrorSeverity RpcReplyError.ErrorSeverity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RpcReplyError.ErrorSeverity[] RpcReplyError.ErrorSeverity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.