com.northconcepts.datapipeline.transform.format
Class Rounder
java.lang.Object
com.northconcepts.datapipeline.transform.format.Rounder
public class Rounder
- extends Object
Rounder
public Rounder(Rounder.RoundingPolicy roundPolicy,
int decimalPlaces)
getDecimalPlaces
public int getDecimalPlaces()
setDecimalPlaces
public Rounder setDecimalPlaces(int decimalPlaces)
getRoundPolicy
public Rounder.RoundingPolicy getRoundPolicy()
setRoundPolicy
public Rounder setRoundPolicy(Rounder.RoundingPolicy roundPolicy)
apply
public double apply(double value)
toString
public String toString()
- Overrides:
toString in class Object
Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.