Uses of Enum Class
net.datafaker.providers.base.Finance.CreditCardType
Packages that use Finance.CreditCardType
-
Uses of Finance.CreditCardType in net.datafaker.providers.base
Methods in net.datafaker.providers.base that return Finance.CreditCardTypeModifier and TypeMethodDescriptionstatic Finance.CreditCardTypeReturns the enum constant of this class with the specified name.static Finance.CreditCardType[]Finance.CreditCardType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datafaker.providers.base with parameters of type Finance.CreditCardTypeModifier and TypeMethodDescriptionFinance.creditCard(Finance.CreditCardType creditCardType) Generates a random credit card number of the specified type.