Constant Field Values

Contents

com.cobber.*

  • com.cobber.fta.examples.PluginColor 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE_BASE "COLOR.TEXT_"
  • com.cobber.fta.plugins.LogicalTypeAddressEN 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "STREET_ADDRESS_EN"
  • com.cobber.fta.plugins.LogicalTypeCheckDigit 
    Modifier and Type Constant Field Value
    public static final java.lang.String BACKOUT_REGEXP ".*"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitCUSIP 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.CUSIP"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitEAN13 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\d{13}\\d"
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.EAN13"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitIBAN 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.IBAN"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitISIN 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\p{IsAlphabetic}\\p{IsAlphabetic}[\\p{IsAlphabetic}\\d]{9}\\d"
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.ISIN"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitLuhn 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.LUHN"
  • com.cobber.fta.plugins.LogicalTypeCheckDigitSEDOL 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "[\\p{IsAlphabetic}\\d]{6}\\d"
    public static final java.lang.String SEMANTIC_TYPE "CHECKDIGIT.SEDOL"
  • com.cobber.fta.plugins.LogicalTypeCountryEN 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP ".+"
    public static final java.lang.String SEMANTIC_TYPE "COUNTRY.TEXT_EN"
  • com.cobber.fta.plugins.LogicalTypeEmail 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "[a-zA-Z0-9_+&*-]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}"
    public static final java.lang.String SEMANTIC_TYPE "EMAIL"
  • com.cobber.fta.plugins.LogicalTypeFirstName 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "NAME.FIRST"
  • com.cobber.fta.plugins.LogicalTypeGenderEN 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "GENDER.TEXT_EN"
  • com.cobber.fta.plugins.LogicalTypeGUID 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
    public static final java.lang.String SEMANTIC_TYPE "GUID"
  • com.cobber.fta.plugins.LogicalTypeIPV4Address 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)"
    public static final java.lang.String SEMANTIC_TYPE "IPADDRESS.IPV4"
  • com.cobber.fta.plugins.LogicalTypeIPV6Address 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))"
    public static final java.lang.String SEMANTIC_TYPE "IPADDRESS.IPV6"
  • com.cobber.fta.plugins.LogicalTypeJobTitleEN 
    Modifier and Type Constant Field Value
    public static final java.lang.String SEMANTIC_TYPE "JOB_TITLE_EN"
  • com.cobber.fta.plugins.LogicalTypeNameFirstLast 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\p{IsAlphabetic}[- \\p{IsAlphabetic}]* \\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
    public static final java.lang.String SEMANTIC_TYPE "NAME.FIRST_LAST"
  • com.cobber.fta.plugins.LogicalTypeNameLastFirst 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*, ?[- \\p{IsAlphabetic}]+"
    public static final java.lang.String SEMANTIC_TYPE "NAME.LAST_FIRST"
  • com.cobber.fta.plugins.LogicalTypeNAStateProvince 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\p{Alpha}{2}"
    public static final java.lang.String SEMANTIC_TYPE "STATE_PROVINCE.STATE_PROVINCE_NA"
  • com.cobber.fta.plugins.LogicalTypePersonName 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
  • com.cobber.fta.plugins.LogicalTypePhoneNumber 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP ".*"
    public static final java.lang.String SEMANTIC_TYPE "TELEPHONE"
  • com.cobber.fta.plugins.LogicalTypeUKPostalCode 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "([A-Za-z][A-Ha-hK-Yk-y]?[0-9][A-Za-z0-9]? ?[0-9][A-Za-z]{2}|[Gg][Ii][Rr] ?0[Aa]{2})"
    public static final java.lang.String SEMANTIC_TYPE "POSTAL_CODE.POSTAL_CODE_UK"
  • com.cobber.fta.plugins.LogicalTypeURL 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP_PROTOCOL "(https?|ftp|file)"
    public static final java.lang.String REGEXP_RESOURCE "[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
    public static final java.lang.String SEMANTIC_TYPE "URI.URL"
  • com.cobber.fta.plugins.LogicalTypeUSZip5 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP_CONSTANT "\\d{5}"
    public static final java.lang.String REGEXP_VARIABLE "\\d{3,5}"
    public static final java.lang.String SEMANTIC_TYPE "POSTAL_CODE.ZIP5_US"
  • com.cobber.fta.plugins.LogicalTypeVIN 
    Modifier and Type Constant Field Value
    public static final java.lang.String REGEXP "[A-HJ-NPR-Z0-9]{17}"
    public static final java.lang.String SEMANTIC_TYPE "VIN"