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 RoundingType
RoundingType. 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 double
RoundingUtils. apply(RoundingType type, double value, int decimals)
Apply the specified rounding type.static float
RoundingUtils. apply(RoundingType type, float value, int decimals)
Apply the specified rounding type.static String
RoundingUtils. toString(RoundingType type, double value, int decimals)
Apply the specified rounding type and generates a string.static String
RoundingUtils. 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 RoundingType
Round. m_Action
the action to perform.protected RoundingType
MathExpression. m_RoundingType
the rounding type to perform.Methods in adams.data.conversion that return RoundingType Modifier and Type Method Description RoundingType
Round. getAction()
Returns the action to perform on the doubles.RoundingType
MathExpression. getRoundingType()
Returns the roundingType to perform on the doubles.Methods in adams.data.conversion with parameters of type RoundingType Modifier and Type Method Description void
Round. setAction(RoundingType value)
Sets the action to perform on the doubles.void
MathExpression. 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 RoundingType
TimeseriesRound. m_Type
the rounding type.Methods in adams.data.filter that return RoundingType Modifier and Type Method Description RoundingType
TimeseriesRound. getType()
Returns the type of rounding to perform.Methods in adams.data.filter with parameters of type RoundingType Modifier and Type Method Description void
TimeseriesRound. 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 RoundingType
Scale. m_RoundingType
the rounding type.Methods in adams.data.objectfilter that return RoundingType Modifier and Type Method Description RoundingType
Scale. getRoundingType()
Returns the type of rounding to perform.Methods in adams.data.objectfilter with parameters of type RoundingType Modifier and Type Method Description void
Scale. 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 RoundingType
MathExpression. m_RoundingType
the rounding type to perform.Methods in adams.flow.source that return RoundingType Modifier and Type Method Description RoundingType
MathExpression. getRoundingType()
Returns the roundingType to perform on the doubles.Methods in adams.flow.source with parameters of type RoundingType Modifier and Type Method Description void
MathExpression. 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 RoundingType
Round. m_Action
the action to perform.protected RoundingType
MathExpression. m_RoundingType
the rounding type to perform.protected RoundingType
ScaleReportObjects. m_RoundingType
the rounding type.Methods in adams.flow.transformer that return RoundingType Modifier and Type Method Description RoundingType
Round. getAction()
Returns the action to perform on the doubles.RoundingType
MathExpression. getRoundingType()
Returns the roundingType to perform on the doubles.RoundingType
ScaleReportObjects. getRoundingType()
Returns the type of rounding to perform.Methods in adams.flow.transformer with parameters of type RoundingType Modifier and Type Method Description void
Round. setAction(RoundingType value)
Sets the action to perform on the doubles.void
MathExpression. setRoundingType(RoundingType value)
Sets the roundingType to perform on the doubles.void
ScaleReportObjects. setRoundingType(RoundingType value)
Sets the type of rounding to perform.
-