- valueOf(String) - Static method in enum com.scriptel.easyscript.EasyScriptCardState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scriptel.easyscript.EasyScriptStreamingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scriptel.easyscript.FinancialCardIssuer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.scriptel.easyscript.IdentificationSex
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.scriptel.easyscript.EasyScriptCardState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scriptel.easyscript.EasyScriptStreamingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scriptel.easyscript.FinancialCardIssuer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.scriptel.easyscript.IdentificationSex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifyCardChecksum(String) - Static method in class com.scriptel.easyscript.FinancialCard
-
This method takes a card number and applies Luhn's algorithm to verify
the card checksum.