public class DecimalFormatter extends Object implements FunctionTransformer, Serializable
DecimalFormat
Constructor and Description |
---|
DecimalFormatter() |
DecimalFormatter(String format) |
Modifier and Type | Method and Description |
---|---|
String |
getFormat()
The format
|
DecimalFormat |
getRawFormat() |
void |
setFormat(String format)
The format
|
void |
setRawFormat(DecimalFormat rawFormat) |
Object |
transform(Object input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public DecimalFormatter()
public DecimalFormatter(String format)
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public String getFormat()
public void setFormat(String format)
public DecimalFormat getRawFormat()
public void setRawFormat(DecimalFormat rawFormat)
Copyright © 2018. All rights reserved.