|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CreditCardTypeConverter.Type | |
---|---|
net.sourceforge.stripes.validation | This package contains interfaces and implementations of error message classes and of classes that convert Strings to rich objects, providing validation during the conversion. |
Uses of CreditCardTypeConverter.Type in net.sourceforge.stripes.validation |
---|
Methods in net.sourceforge.stripes.validation that return CreditCardTypeConverter.Type | |
---|---|
static CreditCardTypeConverter.Type |
CreditCardTypeConverter.getCardType(String cardNumber)
Determines the type of card from the card number passed in. |
static CreditCardTypeConverter.Type |
CreditCardTypeConverter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CreditCardTypeConverter.Type[] |
CreditCardTypeConverter.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |