Uses of Class
com.github.javafaker.CreditCardType
-
Packages that use CreditCardType Package Description com.github.javafaker -
-
Uses of CreditCardType in com.github.javafaker
Methods in com.github.javafaker that return CreditCardType Modifier and Type Method Description static CreditCardTypeCreditCardType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreditCardType[]CreditCardType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.javafaker with parameters of type CreditCardType Modifier and Type Method Description java.lang.StringFinance. creditCard(CreditCardType creditCardType)
-