|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectca.uhn.hl7v2.model.DataTypeUtil
public class DataTypeUtil
This class is used to provide utility functions for other datatype classes and methods.
| Constructor Summary | |
|---|---|
DataTypeUtil()
|
|
| Method Summary | |
|---|---|
static int |
getLocalGMTOffset()
This method will return a signed four digit integer indicating the local GMT offset. |
static java.lang.String |
preAppendZeroes(int num,
int totalDigitLength)
This method will preappend the zeros to the beginning of num such that the total length equals totalDigitLength. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataTypeUtil()
| Method Detail |
|---|
public static java.lang.String preAppendZeroes(int num,
int totalDigitLength)
public static int getLocalGMTOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||