Class AlephseqLine
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.alephseq.AlephseqLine
-
public class AlephseqLine extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAlephseqLine.TYPE
-
Constructor Summary
Constructors Constructor Description AlephseqLine()AlephseqLine(String raw)AlephseqLine(String raw, int lineNumber)AlephseqLine(String raw, int lineNumber, AlephseqLine.TYPE type)AlephseqLine(String raw, AlephseqLine.TYPE type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContent()StringgetInd1()StringgetInd2()StringgetRawContent()StringgetRecordID()List<String[]>getSubfields()StringgetTag()booleanisControlField()booleanisLeader()booleanisNumericTag()booleanisValid()booleanisValidTag()List<String[]>parseSubfields()StringtoString()
-
-
-
Field Detail
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AlephseqLine
public AlephseqLine()
-
AlephseqLine
public AlephseqLine(String raw)
-
AlephseqLine
public AlephseqLine(String raw, AlephseqLine.TYPE type)
-
AlephseqLine
public AlephseqLine(String raw, int lineNumber)
-
AlephseqLine
public AlephseqLine(String raw, int lineNumber, AlephseqLine.TYPE type)
-
-
Method Detail
-
isLeader
public boolean isLeader()
-
isNumericTag
public boolean isNumericTag()
-
isControlField
public boolean isControlField()
-
isValidTag
public boolean isValidTag()
-
getRecordID
public String getRecordID()
-
getTag
public String getTag()
-
getInd1
public String getInd1()
-
getInd2
public String getInd2()
-
getContent
public String getContent()
-
getRawContent
public String getRawContent()
-
isValid
public boolean isValid()
-
-