Class Schema
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.utils.Schema
-
public class Schema extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAbbreviation()StringgetField()intgetId()KosgetKos()StringgetLocation()StringgetSchema()intgetScore()KosTypegetType()inthashCode()static voidreset()StringtoString()
-
-
-
Method Detail
-
getField
public String getField()
-
getLocation
public String getLocation()
-
getId
public int getId()
-
getSchema
public String getSchema()
-
getAbbreviation
public String getAbbreviation()
-
getKos
public Kos getKos()
-
getType
public KosType getType()
-
getScore
public int getScore()
-
reset
public static void reset()
-
-