Class LeaderPositions
- java.lang.Object
-
- de.gwdg.metadataqa.marc.definition.controlpositions.ControlfieldPositionList
-
- de.gwdg.metadataqa.marc.definition.controlpositions.LeaderPositions
-
public class LeaderPositions extends ControlfieldPositionList
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.definition.controlpositions.ControlfieldPositionList
positionIdMap, positions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ControlfieldPositionDefinitiongetByLabel(String key)static LeaderPositionsgetInstance()static List<ControlfieldPositionDefinition>getPositionList()-
Methods inherited from class de.gwdg.metadataqa.marc.definition.controlpositions.ControlfieldPositionList
get, getById, getPositions, index
-
-
-
-
Method Detail
-
getInstance
public static LeaderPositions getInstance()
-
getPositionList
public static List<ControlfieldPositionDefinition> getPositionList()
-
getByLabel
public static ControlfieldPositionDefinition getByLabel(String key)
-
-