Uses of Class
de.knightsoftnet.validators.shared.data.IbanLengthDefinition
-
Packages that use IbanLengthDefinition Package Description de.knightsoftnet.validators.shared.data this package contains interfaces for constants. -
-
Uses of IbanLengthDefinition in de.knightsoftnet.validators.shared.data
Methods in de.knightsoftnet.validators.shared.data that return IbanLengthDefinition Modifier and Type Method Description static IbanLengthDefinitionIbanLengthDefinition. of(int length, int bankNumberStart, int bankNumberEnd, int accountNumberStart, int accountNumberEnd)Methods in de.knightsoftnet.validators.shared.data that return types with arguments of type IbanLengthDefinition Modifier and Type Method Description Map<CountryEnum,IbanLengthDefinition>IbanLengthMapConstantsImpl. getIbanLengthMap()Map<CountryEnum,IbanLengthDefinition>IbanLengthMapSharedConstants. getIbanLengthMap()Method parameters in de.knightsoftnet.validators.shared.data with type arguments of type IbanLengthDefinition Modifier and Type Method Description voidIbanLengthMapConstantsImpl. setIbanLengthMap(Map<CountryEnum,IbanLengthDefinition> ibanLengthMap)setter for iban length map.
-