public class CustomParameter extends Object
| Constructor and Description |
|---|
CustomParameter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
static boolean |
isBitMappedOptionParameter(CustomParameter parameter)
Returns [true] if the custom parameter affects a bitmap options byte or [false] otherwise.
|
static boolean |
isDriverBlacklistParameter(CustomParameter parameter)
Checks whether a parameter is a Driver Blacklist parameter.
|
static boolean |
isNotOverlapping(List<CustomParameter> parameters)
Validates that the given set of parameters is valid (no overlaps and doesn't collide with known parameters.
|
static boolean |
isResetDriverIdAtIgnitionOff(List<CustomParameter> parameters)
Check if "Reset Driver ID at Ignition Off" parameter is set.
|
public static boolean isBitMappedOptionParameter(CustomParameter parameter)
parameter - The parameter.public static boolean isResetDriverIdAtIgnitionOff(List<CustomParameter> parameters)
parameters - The parameters.public static boolean isDriverBlacklistParameter(CustomParameter parameter)
parameter - The parameter to check.CustomParameter is a Driver Blacklist parameter or falsepublic static boolean isNotOverlapping(List<CustomParameter> parameters)
parameters - The parameters.Copyright © 2023. All rights reserved.