Class CheckParameters
java.lang.Object
com.e1c.g5.v8.dt.internal.check.settings.CheckParameters
- All Implemented Interfaces:
ICheckParameters
Implementation of
ICheckParameters.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String name) Returns the boolean value to which the specified key is mapped.doubleReturns the double value to which the specified key is mapped.intReturns the int value to which the specified key is mapped.longReturns the long value to which the specified key is mapped.Returns the string value to which the specified key is mapped.keySet()Returns aSetview of the contained parameters names.toString()
-
Constructor Details
-
CheckParameters
Creates new instance.- Parameters:
data- parameters map, notnull
-
-
Method Details
-
getInt
Description copied from interface:ICheckParametersReturns the int value to which the specified key is mapped.- Specified by:
getIntin interfaceICheckParameters- Parameters:
name- the parameter name, notnull- Returns:
- parameter value, not
null
-
getLong
Description copied from interface:ICheckParametersReturns the long value to which the specified key is mapped.- Specified by:
getLongin interfaceICheckParameters- Parameters:
name- the parameter name, notnull- Returns:
- parameter value, not
null
-
getBoolean
Description copied from interface:ICheckParametersReturns the boolean value to which the specified key is mapped.- Specified by:
getBooleanin interfaceICheckParameters- Parameters:
name- the parameter name, notnull- Returns:
- parameter value, not
null
-
getDouble
Description copied from interface:ICheckParametersReturns the double value to which the specified key is mapped.- Specified by:
getDoublein interfaceICheckParameters- Parameters:
name- the parameter name, notnull- Returns:
- parameter value, not
null
-
getString
Description copied from interface:ICheckParametersReturns the string value to which the specified key is mapped.- Specified by:
getStringin interfaceICheckParameters- Parameters:
name- the parameter name, notnull- Returns:
- parameter value, not
null
-
keySet
Description copied from interface:ICheckParametersReturns aSetview of the contained parameters names.- Specified by:
keySetin interfaceICheckParameters- Returns:
- parameters names, not
null
-
toString
-