|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mirth.connect.server.userutil.NCPDPUtil
public class NCPDPUtil
Provides NCPDP utility methods.
| Method Summary | |
|---|---|
static java.lang.String |
formatNCPDPNumber(java.lang.String origNumber,
int decimalPoints)
Converts a signed overpunch code into a string representing the appropriate decimal value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.lang.String formatNCPDPNumber(java.lang.String origNumber,
int decimalPoints)
origNumber - The signed overpunch code to convert.decimalPoints - The index at which to place a decimal point in the converted string. If this value
is less than or equal to zero, or greater than or equal to the length of the
overpunch code, a decimal point will not be inserted.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||