Class EmptyCheckParameters
java.lang.Object
com.e1c.g5.v8.dt.internal.check.settings.EmptyCheckParameters
- All Implemented Interfaces:
ICheckParameters
ICheckParameters
implementation for empty parameters set.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String name) Returns the boolean value to which the specified key is mapped.double
Returns the double value to which the specified key is mapped.int
Returns the int value to which the specified key is mapped.long
Returns the long value to which the specified key is mapped.Returns the string value to which the specified key is mapped.keySet()
Returns aSet
view of the contained parameters names.toString()
-
Field Details
-
INSTANCE
Empty parameters set.
-
-
Method Details
-
getInt
Description copied from interface:ICheckParameters
Returns the int value to which the specified key is mapped.- Specified by:
getInt
in interfaceICheckParameters
- Parameters:
name
- the parameter name, notnull
- Returns:
- parameter value, not
null
-
getLong
Description copied from interface:ICheckParameters
Returns the long value to which the specified key is mapped.- Specified by:
getLong
in interfaceICheckParameters
- Parameters:
name
- the parameter name, notnull
- Returns:
- parameter value, not
null
-
getBoolean
Description copied from interface:ICheckParameters
Returns the boolean value to which the specified key is mapped.- Specified by:
getBoolean
in interfaceICheckParameters
- Parameters:
name
- the parameter name, notnull
- Returns:
- parameter value, not
null
-
getDouble
Description copied from interface:ICheckParameters
Returns the double value to which the specified key is mapped.- Specified by:
getDouble
in interfaceICheckParameters
- Parameters:
name
- the parameter name, notnull
- Returns:
- parameter value, not
null
-
getString
Description copied from interface:ICheckParameters
Returns the string value to which the specified key is mapped.- Specified by:
getString
in interfaceICheckParameters
- Parameters:
name
- the parameter name, notnull
- Returns:
- parameter value, not
null
-
keySet
Description copied from interface:ICheckParameters
Returns aSet
view of the contained parameters names.- Specified by:
keySet
in interfaceICheckParameters
- Returns:
- parameters names, not
null
-
toString
-