Package blbutil
Class Const
- java.lang.Object
-
- blbutil.Const
-
public class Const extends java.lang.Object
ClassConst
provides public static final fields with string and character constants.
-
-
Field Summary
Fields Modifier and Type Field Description static char
colon
The colon character:':'
static char
comma
The comma character:','
static int
giga
The value 1,000,000,000static char
hyphen
The hyphen character:'-'
static int
mega
The value 1,000,000static char
MISSING_DATA_CHAR
The VCF missing-data symbol as a character:'.'
static java.lang.String
MISSING_DATA_STRING
The VCF missing-data symbol as a string:"."
static java.lang.String
nl
The system-dependent string representing a new line-line:System.getProperty("line.separator")
static char
phasedSep
The phased allele separator:'|'
static char
semicolon
The semicolon character:';'
static char
tab
The tab character:'\t'
static char
unphasedSep
The unphased allele separator:'/'
-
-
-
Field Detail
-
nl
public static final java.lang.String nl
The system-dependent string representing a new line-line:System.getProperty("line.separator")
-
MISSING_DATA_STRING
public static final java.lang.String MISSING_DATA_STRING
The VCF missing-data symbol as a string:"."
- See Also:
- Constant Field Values
-
MISSING_DATA_CHAR
public static final char MISSING_DATA_CHAR
The VCF missing-data symbol as a character:'.'
- See Also:
- Constant Field Values
-
colon
public static final char colon
The colon character:':'
- See Also:
- Constant Field Values
-
hyphen
public static final char hyphen
The hyphen character:'-'
- See Also:
- Constant Field Values
-
tab
public static final char tab
The tab character:'\t'
- See Also:
- Constant Field Values
-
semicolon
public static final char semicolon
The semicolon character:';'
- See Also:
- Constant Field Values
-
comma
public static final char comma
The comma character:','
- See Also:
- Constant Field Values
-
phasedSep
public static final char phasedSep
The phased allele separator:'|'
- See Also:
- Constant Field Values
-
unphasedSep
public static final char unphasedSep
The unphased allele separator:'/'
- See Also:
- Constant Field Values
-
giga
public static final int giga
The value 1,000,000,000- See Also:
- Constant Field Values
-
mega
public static final int mega
The value 1,000,000- See Also:
- Constant Field Values
-
-