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
Felder -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ExtendedLongMediatorforArgument(long argument) protected final StringthatIsNamed(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
ExtendedLongMediatorfor the given argument.
-
thatIsNamed
- Parameter:
argumentName-- Gibt zurück:
- a new
LongMediatorfor 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.
-