public class UploadServlet.Formatters extends Object
Modifier and Type | Field and Description |
---|---|
protected NumberFormat |
nf2
Format as a two digit number with leading zeroes.
|
protected NumberFormat |
nf4
Format as a four digit number with leading zeroes.
|
protected NumberFormat |
nf5
Format as a five digit number with leading zeroes.
|
protected NumberFormat |
nf6
Format as a six digit number with leading zeroes.
|
protected NumberFormat |
nf8
Format as a eight digit number with leading zeroes.
|
Constructor and Description |
---|
UploadServlet.Formatters() |
Modifier and Type | Method and Description |
---|---|
NumberFormat |
getNf2()
Return the two digit formatter.
|
NumberFormat |
getNf4()
Return the four digit formatter.
|
NumberFormat |
getNf5()
Return the five digit formatter.
|
NumberFormat |
getNf6()
Return the six digit formatter.
|
NumberFormat |
getNf8()
Return the eight digit formatter.
|
protected NumberFormat nf2
protected NumberFormat nf4
protected NumberFormat nf5
protected NumberFormat nf6
protected NumberFormat nf8
public UploadServlet.Formatters()
public NumberFormat getNf2()
public NumberFormat getNf4()
public NumberFormat getNf5()
public NumberFormat getNf6()
public NumberFormat getNf8()