package table
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait CheckMethod extends AnyRef
- case class ModulusWeightRow (rangeStart: String, rangeEnd: String, checkMethod: CheckMethod, weights: Weights, exceptionCode: Option[Int]) extends Product with Serializable
- trait ResourceTable extends AnyRef
- case class SortCodeSubstitutionRow (originalSortCode: String, substitution: String) extends Product with Serializable
Value Members
- object DblAl extends CheckMethod with Product with Serializable
- object Mod10 extends CheckMethod with Product with Serializable
- object Mod11 extends CheckMethod with Product with Serializable
- object ModulusWeightRowParser extends RegexParsers
- object ModulusWeightTable extends ResourceTable
- object SortCodeSubstitutionRowParser extends RegexParsers
- object SortCodeSubstitutionTable extends ResourceTable