public class LeadingZero extends java.lang.Object implements SimpleTransformat
| Modifier | Constructor and Description |
|---|---|
protected |
LeadingZero()
Constructor
Made protected so it cannot be instantiated directly
|
| Modifier and Type | Method and Description |
|---|---|
static LeadingZero |
getInstance()
get an Instance of the Transformat
|
java.lang.String |
transform(java.lang.String value) |
protected LeadingZero()
public static final LeadingZero getInstance()
LeadingZeropublic java.lang.String transform(java.lang.String value)
transform in interface SimpleTransformat