Class CheckDigitABA

  • All Implemented Interfaces:
    LTRandom, Comparable<LogicalType>

    public class CheckDigitABA
    extends CheckDigitLT
    Plugin to detect valid ABA Number (or Routing Transit Number (RTN)).
    • Field Detail

      • SEMANTIC_TYPE

        public static final String SEMANTIC_TYPE
        The Semantic type for this Plugin.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CheckDigitABA

        public CheckDigitABA​(PluginDefinition plugin)
        Construct a plugin to detect ABA numbers based on the Plugin Definition.
        Parameters:
        plugin - The definition of this plugin.
    • Method Detail

      • getRegExp

        public String getRegExp()
        Description copied from class: LogicalType
        The Regular Expression that most closely matches (See LogicalType.isRegExpComplete()) this Logical Type. Note: All valid matches will match this RE, but the inverse is not necessarily true.
        Overrides:
        getRegExp in class CheckDigitLT
        Returns:
        The Java Regular Expression that most closely matches this Logical Type.
      • getQualifier

        public String getQualifier()
        Description copied from class: LogicalType
        The user-friendly name of the Qualifier. For example, EMAIL for an email address
        Specified by:
        getQualifier in class LogicalType
        Returns:
        The user-friendly name of the type-qualifier.
      • getBaseType

        public com.cobber.fta.core.FTAType getBaseType()
        Description copied from class: LogicalType
        The underlying type we are qualifying.
        Overrides:
        getBaseType in class CheckDigitLT
        Returns:
        The underlying type - e.g. STRING, LONG, etc.
      • nextRandom

        public String nextRandom()
        Description copied from interface: LTRandom
        nextRandom will generate a random (secure) valid example of this Semantic Type.
        Specified by:
        nextRandom in interface LTRandom
        Overrides:
        nextRandom in class CheckDigitLT
        Returns:
        a new valid example of the Semantic Type.