Uses of Class
de.gwdg.metadataqa.marc.utils.marcspec.Position
-
Packages that use Position Package Description de.gwdg.metadataqa.marc.utils.marcspec -
-
Uses of Position in de.gwdg.metadataqa.marc.utils.marcspec
Methods in de.gwdg.metadataqa.marc.utils.marcspec that return Position Modifier and Type Method Description PositionPositions. getEnd()PositionField. getEndIndex()PositionSubfield. getIndexEnd()PositionSubfield. getIndexStart()PositionPositions. getStart()PositionField. getStartIndex()static Position[]MARCspec. validatePos(String positionInput)Methods in de.gwdg.metadataqa.marc.utils.marcspec with parameters of type Position Modifier and Type Method Description voidPositions. setEnd(Position end)voidField. setEndIndex(Position endIndex)voidSubfield. setIndexEnd(Position indexEnd)voidSubfield. setIndexStart(Position indexStart)voidField. setIndexStartEnd(Position indexStart, Position indexEnd)voidPositions. setStart(Position start)voidField. setStartIndex(Position startIndex)Constructors in de.gwdg.metadataqa.marc.utils.marcspec with parameters of type Position Constructor Description Positions(Position start, Position end, Integer length)
-