public enum IndexList extends Enum<IndexList> implements IndexContainer
| Enum Constant and Description |
|---|
LIBER_BAPTISMORUM
Zbiór indeksów osób ochrzczonych.
|
LIBER_CONFIRMATORUM
Zbiór indeksów osób bierzmowanych.
|
LIBER_DEFUNCTORUM
Zbiór indeksów osób zmarłych.
|
LIBER_MATRIMONIORUM
Zbiór indeksów osób zaślubionych.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Usuwa wczytane dane i zwalnia pamięć dla potencjalnie nowych danych.
|
Index |
get(int id) |
Index |
getFirst() |
Index |
getLast() |
List<Index> |
getLoaded() |
String |
getName() |
Index |
getNext(Index i) |
Index |
getPrev(Index i) |
void |
load()
Wczytuje z dysku indeksy zapisane w pliku XML.
|
int |
size() |
static IndexList |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexList[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IndexList LIBER_BAPTISMORUM
public static final IndexList LIBER_CONFIRMATORUM
public static final IndexList LIBER_MATRIMONIORUM
public static final IndexList LIBER_DEFUNCTORUM
public static IndexList[] values()
for (IndexList c : IndexList.values()) System.out.println(c);
public static IndexList valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Index get(int id)
get in interface IndexContainerid - identyfikator > 0public List<Index> getLoaded()
getLoaded in interface IndexContainerpublic void load()
public String getName()
public int size()
size in interface IndexContainerpublic Index getFirst()
getFirst in interface IndexContainerpublic Index getLast()
getLast in interface IndexContainerpublic void clear()
IndexContainerclear in interface IndexContainerCopyright © 2021. All rights reserved.