Uses of Enum Class
org.emau.icmvc.ganimed.ttp.psn.enums.GeneratorAlphabetRestriction
Packages that use GeneratorAlphabetRestriction
Package
Description
-
Uses of GeneratorAlphabetRestriction in org.emau.icmvc.ganimed.ttp.psn
Methods in org.emau.icmvc.ganimed.ttp.psn that return GeneratorAlphabetRestrictionModifier and TypeMethodDescriptionDomainManager.getRestrictionForCheckDigitClass(String checkDigitClass) gives the restriction for the number of chars within the alphabet for the given check digit class -
Uses of GeneratorAlphabetRestriction in org.emau.icmvc.ganimed.ttp.psn.enums
Methods in org.emau.icmvc.ganimed.ttp.psn.enums that return GeneratorAlphabetRestrictionModifier and TypeMethodDescriptionstatic GeneratorAlphabetRestrictionReturns the enum constant of this class with the specified name.static GeneratorAlphabetRestriction[]GeneratorAlphabetRestriction.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GeneratorAlphabetRestriction in org.emau.icmvc.ganimed.ttp.psn.generator
Methods in org.emau.icmvc.ganimed.ttp.psn.generator that return GeneratorAlphabetRestrictionModifier and TypeMethodDescriptionabstract GeneratorAlphabetRestrictionCheckDigits.getAlphabetRestriction()Returns the restriction for the number of chars within the alphabet.