Class Occurrence
- java.lang.Object
-
- de.gwdg.metadataqa.marc.utils.pica.path.Occurrence
-
public class Occurrence extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOccurrence.Type
-
Constructor Summary
Constructors Constructor Description Occurrence(Occurrence.Type type, Integer start, Integer end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEnd()IntegergetStart()Occurrence.TypegetType()StringtoString()
-
-
-
Constructor Detail
-
Occurrence
public Occurrence(Occurrence.Type type, Integer start, Integer end)
-
-