Klasse ExtendedDoubleMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.DoubleMediator
ch.nolix.core.errorcontrol.validator.ExtendedDoubleMediator
An extended double mediator is not mutable.
- Version:
- 2017-11-12
- Autor:
- Silvan Wyss
-
Feldübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.DoubleMediator
getArgument, isBetween, isBiggerThan, isEqualTo, isNegative, isNotBiggerThan, isNotEqualTo, isNotNegative, isNotPositive, isNotSmallerThan, isPositive, isSmallerThan, withMaxDeviation
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
thatIsNamed
- Parameter:
argumentName
-- Gibt zurück:
- a new double mediator with the given argument name for the argument of this extended double mediator.
- Löst aus:
ArgumentIsNullException
- if the given argument name is null.EmptyArgumentException
- if the given argument name is empty.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator
.
-