Constant Field Values
Contents
com.cobber.*
-
com.cobber.fta.AnalysisConfig Modifier and Type Constant Field Value public static final int
DETECT_WINDOW_DEFAULT
20
public static final int
DETECTION_THRESHOLD_DEFAULT
95
public static final int
HISTOGRAM_BINS_DEFAULT
1000
public static final int
MAX_CARDINALITY_DEFAULT
12000
public static final int
MAX_INPUT_LENGTH_DEFAULT
4096
public static final int
MAX_INPUT_LENGTH_MINIMUM
64
public static final int
MAX_INVALID_DEFAULT
200
public static final int
MAX_OUTLIERS_DEFAULT
300
public static final int
MAX_SHAPES_DEFAULT
400
public static final double
QUANTILE_RELATIVE_ACCURACY_DEFAULT
0.01
-
com.cobber.fta.PluginDefinition Modifier and Type Constant Field Value public static final int
PRIORITY_EXTERNAL
2000
-
com.cobber.fta.TextAnalyzer Modifier and Type Constant Field Value protected static final int
REFLECTION_SAMPLES
30
-
com.cobber.fta.plugins.CheckDigitEAN13 Modifier and Type Constant Field Value public static final String
REGEXP
"\\d{13}"
-
com.cobber.fta.plugins.CheckDigitIBAN Modifier and Type Constant Field Value public static final String
REGEXP
"([A-Z]{2}[ \\-]?[0-9]{2})(?=(?:[ \\-]?[A-Z0-9]){9,30}$)((?:[ \\-]?[A-Z0-9]{3,5}){2,7})([ \\-]?[A-Z0-9]{1,3})"
-
com.cobber.fta.plugins.CheckDigitISBN Modifier and Type Constant Field Value public static final String
REGEXP
"[-\\d]{17}"
-
com.cobber.fta.plugins.CheckDigitISIN Modifier and Type Constant Field Value public static final String
REGEXP
"\\p{IsAlphabetic}\\p{IsAlphabetic}[\\p{IsAlphabetic}\\d]{9}\\d"
-
com.cobber.fta.plugins.CheckDigitLT Modifier and Type Constant Field Value public static final String
BACKOUT_REGEXP
".*"
-
com.cobber.fta.plugins.CheckDigitSEDOL Modifier and Type Constant Field Value public static final String
REGEXP
"[\\p{IsAlphabetic}\\d]{6}\\d"
-
com.cobber.fta.plugins.CheckDigitUPC Modifier and Type Constant Field Value public static final String
REGEXP
"\\d{12}"
-
com.cobber.fta.plugins.DayDigits Modifier and Type Constant Field Value public static final String
REGEXP
"[1-9]|0[1-9]|[12][0-9]|3[01]"
-
com.cobber.fta.plugins.EmailLT Modifier and Type Constant Field Value public static final String
REGEXP
"[a-zA-Z0-9_+&*-]+(?:\\.[a-zA-Z0-9_+&*-]+)*@(?:[a-zA-Z0-9-]+\\.)+[a-zA-Z]{2,7}"
-
com.cobber.fta.plugins.FirstName Modifier and Type Constant Field Value public static final String
REGEXP
"\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
-
com.cobber.fta.plugins.Gender Modifier and Type Constant Field Value public static final String
SEMANTIC_TYPE
"GENDER.TEXT_"
-
com.cobber.fta.plugins.IndustryEN Modifier and Type Constant Field Value public static final String
REGEXP
".+"
-
com.cobber.fta.plugins.InseeCodeFR Modifier and Type Constant Field Value public static final String
REGEXP_INSEE_CODE
"\\d{5}"
-
com.cobber.fta.plugins.IPV4Address Modifier and Type Constant Field Value public static final 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]?)"
-
com.cobber.fta.plugins.JobTitleEN Modifier and Type Constant Field Value public static final String
REGEXP
".+"
-
com.cobber.fta.plugins.LastName Modifier and Type Constant Field Value public static final String
REGEXP
"\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
-
com.cobber.fta.plugins.MiddleName Modifier and Type Constant Field Value public static final String
REGEXP
"\\p{IsAlphabetic}[- \\p{IsAlphabetic}]*"
-
com.cobber.fta.plugins.MonthDigits Modifier and Type Constant Field Value public static final String
REGEXP
"[1-9]|0[1-9]|1[012]"
-
com.cobber.fta.plugins.MunicipalityCodeNL Modifier and Type Constant Field Value public static final String
REGEXP_DIGITS
"\\d{2,4}"
public static final String
REGEXP_G
"G\\d{4}"
public static final String
REGEXP_GM
"GM\\d{4}"
-
com.cobber.fta.plugins.PeriodYearRange Modifier and Type Constant Field Value public static final String
REGEXP
"\\d{4}-\\d{4}"
-
com.cobber.fta.plugins.PhoneNumberLT Modifier and Type Constant Field Value public static final String
REGEXP
".*"
-
com.cobber.fta.plugins.URLLT Modifier and Type Constant Field Value public static final String
REGEXP_PROTOCOL
"(https?|ftp|file)"
public static final String
REGEXP_RESOURCE
"[-a-zA-Z0-9+&@#/%?=~_|!:,.;]*[-a-zA-Z0-9+&@#/%=~_|]"
-
com.cobber.fta.plugins.VIN Modifier and Type Constant Field Value public static final String
REGEXP
"[A-HJ-NPR-Z0-9]{17}"
-
com.cobber.fta.plugins.address.AddressCommon Modifier and Type Constant Field Value public static final String
POBOX
"P.? ?O.?.?BOX.|POST OFFICE BOX"
-
com.cobber.fta.plugins.address.PostalCodeJA Modifier and Type Constant Field Value public static final String
REGEXP_POSTAL_CODE
"\\d{3}-\\d{4}"
-
com.cobber.fta.plugins.address.PostalCodeMX Modifier and Type Constant Field Value public static final String
REGEXP_POSTAL_CODE_45
"\\d{4,5}"
public static final String
REGEXP_POSTAL_CODE_5
"\\d{5}"
-
com.cobber.fta.plugins.address.PostalCodeSE Modifier and Type Constant Field Value public static final String
REGEXP_POSTAL_CODE
"\\d{3} \\d{2}"
-
com.cobber.fta.plugins.address.PostalCodeUK Modifier and Type Constant Field Value public static final 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})"
-
com.cobber.fta.plugins.address.USZip5 Modifier and Type Constant Field Value public static final String
REGEXP_VARIABLE
"\\d{3,5}"
public static final String
REGEXP_ZIP5
"\\d{5}"
-
com.cobber.fta.plugins.address.USZipPlus4 Modifier and Type Constant Field Value public static final String
REGEXP_VARIABLE
"\\d{5}|\\d{9}"
public static final String
REGEXP_VARIABLE_HYPHEN
"\\d{5}(-\\d{4})?"
public static final String
REGEXP_ZIP_PLUS4
"\\d{9}"
public static final String
REGEXP_ZIP_PLUS4_HYPHEN
"\\d{5}-\\d{4}"