Class DTODataCollectionNodeDouble
java.lang.Object
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType<Double>
overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeDouble
- All Implemented Interfaces:
Serializable
DTO for data collection node double.
- Since:
- 22.0
- See Also:
- GCApi:
- dto
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal LongReturns the maximum decimal digits.final LongReturns the maximum integer digits.final DoubleReturns the strict maximum value.final DoubleReturns the threshold maximum value.final DoubleReturns the strict minimum value.final DoubleReturns the threshold minimum value.protected StringinitName()Initializes and returns the name of the mobile forms node type.final voidsetMaxDecimalDigits(Long maxDecimalDigits) Sets the maximum decimal digits.final voidsetMaxIntegerDigits(Long maxIntegerDigits) Sets the maximum integer digits.final voidsetMaxValue(Double maxValue) Sets the strict maximum value.final voidsetMaxValueThreshold(Double maxValueThreshold) Sets the threshold maximum value.final voidsetMinValue(Double minValue) Sets the strict minimum value.final voidsetMinValueThreshold(Double minValueThreshold) Sets the threshold minimum value.Methods inherited from class overit.geocallapp.wfm.datacollection.rs1.node.type.DTODataCollectionNodeType
getName, getPlaceholder, getTooltip, getValue, setPlaceholder, setTooltip, setValue
-
Constructor Details
-
DTODataCollectionNodeDouble
public DTODataCollectionNodeDouble()
-
-
Method Details
-
initName
Description copied from class:DTODataCollectionNodeTypeInitializes and returns the name of the mobile forms node type. This method must be implemented by subclasses to provide the specific type name.- Specified by:
initNamein classDTODataCollectionNodeType<Double>- Returns:
- the node type name
-
getMinValue
Returns the strict minimum value.- Returns:
- the strict minimum value
-
setMinValue
Sets the strict minimum value.- Parameters:
minValue- the strict minimum value
-
getMaxValue
Returns the strict maximum value.- Returns:
- the strict maximum value
-
setMaxValue
Sets the strict maximum value.- Parameters:
maxValue- the strict maximum value
-
getMinValueThreshold
Returns the threshold minimum value.- Returns:
- the threshold minimum value
-
setMinValueThreshold
Sets the threshold minimum value.- Parameters:
minValueThreshold- the threshold minimum value
-
getMaxValueThreshold
Returns the threshold maximum value.- Returns:
- the threshold maximum value
-
setMaxValueThreshold
Sets the threshold maximum value.- Parameters:
maxValueThreshold- the threshold maximum value
-
getMaxIntegerDigits
Returns the maximum integer digits.- Returns:
- the maximum integer digits
-
setMaxIntegerDigits
Sets the maximum integer digits.- Parameters:
maxIntegerDigits- the maximum integer digits
-
getMaxDecimalDigits
Returns the maximum decimal digits.- Returns:
- the maximum decimal digits
-
setMaxDecimalDigits
Sets the maximum decimal digits.- Parameters:
maxDecimalDigits- the maximum decimal digits
-