public enum CozumlemeSeviyesi extends java.lang.Enum<CozumlemeSeviyesi>
Enum Constant and Description |
---|
TEK_KOK
denetleme isleminde kullanilir.
|
TUM_KOK_VE_EKLER
butun olasi kokler ve her kok icin tum olasi ekler icin cozumleme yap.
|
TUM_KOKLER
kok bulma isleminde kullanilir.
|
Modifier and Type | Method and Description |
---|---|
static CozumlemeSeviyesi |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CozumlemeSeviyesi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CozumlemeSeviyesi TEK_KOK
public static final CozumlemeSeviyesi TUM_KOKLER
public static final CozumlemeSeviyesi TUM_KOK_VE_EKLER
public static CozumlemeSeviyesi[] values()
for (CozumlemeSeviyesi c : CozumlemeSeviyesi.values()) System.out.println(c);
public static CozumlemeSeviyesi 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 nullCopyright 2005-2008 Zemberek Development Team. All Rights Reserved.