Klasse ExtendedLongMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.LongMediator
ch.nolix.core.errorcontrol.validator.ExtendedLongMediator
An
ExtendedLongMediator
is not mutable.- Version:
- 2017-11-12
- Autor:
- Silvan Wyss
-
Feldübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ExtendedLongMediator
forArgument
(long argument) protected final String
thatIsNamed
(String argumentName) Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.LongMediator
forArgumentNameAndArgument, getArgument, isBetween, isBetween, isBiggerThan, isBiggerThanOrEquals, isEqualTo, isEqualTo, isEqualToAny, isNegative, isNotBetween, isNotBiggerThan, isNotBiggerThan, isNotEqualTo, isNotNegative, isNotPositive, isNotSmallerThan, isPort, isPositive, isSmallerThan, isSmallerThanOrEquals
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
forArgument
- Parameter:
argument
-- Gibt zurück:
- a new
ExtendedLongMediator
for the given argument.
-
thatIsNamed
- Parameter:
argumentName
-- Gibt zurück:
- a new
LongMediator
for the given argumentName and the argument of the currentExtendedLongMediator
. - Löst aus:
ArgumentIsNullException
- if the given argument name is null.InvalidArgumentException
- if the given argument name is blank.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator
.
-