public enum RodzajSzukanychDokumentow extends java.lang.Enum<RodzajSzukanychDokumentow>
Enum Constant and Description |
---|
AKTY |
REJESTR_UZNAN_I_ODMOW |
ZADANIA |
ZAPEWNIENIA |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
nazwa |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNazwa() |
static RodzajSzukanychDokumentow |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RodzajSzukanychDokumentow[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RodzajSzukanychDokumentow AKTY
public static final RodzajSzukanychDokumentow ZAPEWNIENIA
public static final RodzajSzukanychDokumentow ZADANIA
public static final RodzajSzukanychDokumentow REJESTR_UZNAN_I_ODMOW
public static RodzajSzukanychDokumentow[] values()
for (RodzajSzukanychDokumentow c : RodzajSzukanychDokumentow.values()) System.out.println(c);
public static RodzajSzukanychDokumentow valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getNazwa()