Uses of Class
adams.data.RoundingType
-
Packages that use RoundingType Package Description adams.data adams.data.conversion adams.data.filter adams.data.objectfilter adams.flow.source adams.flow.transformer -
-
Uses of RoundingType in adams.data
Methods in adams.data that return RoundingType Modifier and Type Method Description static RoundingTypeRoundingType. valueOf(String name)Returns the enum constant of this type with the specified name.static RoundingType[]RoundingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.data with parameters of type RoundingType Modifier and Type Method Description static doubleRoundingUtils. apply(RoundingType type, double value, int decimals)Apply the specified rounding type.static floatRoundingUtils. apply(RoundingType type, float value, int decimals)Apply the specified rounding type.static StringRoundingUtils. toString(RoundingType type, double value, int decimals)Apply the specified rounding type and generates a string.static StringRoundingUtils. toString(RoundingType type, float value, int decimals)Apply the specified rounding type and generates a string. -
Uses of RoundingType in adams.data.conversion
Fields in adams.data.conversion declared as RoundingType Modifier and Type Field Description protected RoundingTypeRound. m_Actionthe action to perform.protected RoundingTypeMathExpression. m_RoundingTypethe rounding type to perform.Methods in adams.data.conversion that return RoundingType Modifier and Type Method Description RoundingTypeRound. getAction()Returns the action to perform on the doubles.RoundingTypeMathExpression. getRoundingType()Returns the roundingType to perform on the doubles.Methods in adams.data.conversion with parameters of type RoundingType Modifier and Type Method Description voidRound. setAction(RoundingType value)Sets the action to perform on the doubles.voidMathExpression. setRoundingType(RoundingType value)Sets the roundingType to perform on the doubles. -
Uses of RoundingType in adams.data.filter
Fields in adams.data.filter declared as RoundingType Modifier and Type Field Description protected RoundingTypeTimeseriesRound. m_Typethe rounding type.Methods in adams.data.filter that return RoundingType Modifier and Type Method Description RoundingTypeTimeseriesRound. getType()Returns the type of rounding to perform.Methods in adams.data.filter with parameters of type RoundingType Modifier and Type Method Description voidTimeseriesRound. setType(RoundingType value)Sets the type of rounding to perform. -
Uses of RoundingType in adams.data.objectfilter
Fields in adams.data.objectfilter declared as RoundingType Modifier and Type Field Description protected RoundingTypeScale. m_RoundingTypethe rounding type.Methods in adams.data.objectfilter that return RoundingType Modifier and Type Method Description RoundingTypeScale. getRoundingType()Returns the type of rounding to perform.Methods in adams.data.objectfilter with parameters of type RoundingType Modifier and Type Method Description voidScale. setRoundingType(RoundingType value)Sets the type of rounding to perform. -
Uses of RoundingType in adams.flow.source
Fields in adams.flow.source declared as RoundingType Modifier and Type Field Description protected RoundingTypeMathExpression. m_RoundingTypethe rounding type to perform.Methods in adams.flow.source that return RoundingType Modifier and Type Method Description RoundingTypeMathExpression. getRoundingType()Returns the roundingType to perform on the doubles.Methods in adams.flow.source with parameters of type RoundingType Modifier and Type Method Description voidMathExpression. setRoundingType(RoundingType value)Sets the roundingType to perform on the doubles. -
Uses of RoundingType in adams.flow.transformer
Fields in adams.flow.transformer declared as RoundingType Modifier and Type Field Description protected RoundingTypeRound. m_Actionthe action to perform.protected RoundingTypeMathExpression. m_RoundingTypethe rounding type to perform.protected RoundingTypeScaleReportObjects. m_RoundingTypethe rounding type.Methods in adams.flow.transformer that return RoundingType Modifier and Type Method Description RoundingTypeRound. getAction()Returns the action to perform on the doubles.RoundingTypeMathExpression. getRoundingType()Returns the roundingType to perform on the doubles.RoundingTypeScaleReportObjects. getRoundingType()Returns the type of rounding to perform.Methods in adams.flow.transformer with parameters of type RoundingType Modifier and Type Method Description voidRound. setAction(RoundingType value)Sets the action to perform on the doubles.voidMathExpression. setRoundingType(RoundingType value)Sets the roundingType to perform on the doubles.voidScaleReportObjects. setRoundingType(RoundingType value)Sets the type of rounding to perform.
-