JavaScript is disabled on your browser.
Skip navigation links
Module
Class
Tree
Deprecated
Index
Search
Help
Select Theme
Light
Dark
System Setting
jPOS 3.0.2-SNAPSHOT
org.jpos.jpos
org.jpos.rc
RC
Contents
Description
Method Summary
Method Details
rc()
display()
Hide sidebar
Show sidebar
Interface RC
All Known Implementing Classes:
SimpleRC
public interface
RC
Result Code
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
display
()
Returns a human-readable rendering of the response code.
String
rc
()
Returns the response code value.
Method Details
rc
String
rc
()
Returns the response code value.
Returns:
response code (e.g.
"00"
,
"05"
)
display
String
display
()
Returns a human-readable rendering of the response code.
Returns:
display string, or
null
when not set