Klasse ExtendedDoubleMediator

java.lang.Object
ch.nolix.core.errorcontrol.validator.DoubleMediator
ch.nolix.core.errorcontrol.validator.ExtendedDoubleMediator

public class ExtendedDoubleMediator extends DoubleMediator
An extended double mediator is not mutable.
Version:
2017-11-12
Autor:
Silvan Wyss
  • Felddetails

  • Methodendetails

    • thatIsNamed

      public DoubleMediator thatIsNamed(String argumentName)
      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

      protected final String getArgumentName()
      Gibt zurück:
      the argument name of the current Mediator.