Package net.zemberek.yapi.ek
Enum TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi
- java.lang.Object
-
- java.lang.Enum<TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi>
-
- net.zemberek.yapi.ek.TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi>
,EkOzelDurumTipi
- Enclosing class:
- TemelEkOzelDurumUretici
public static enum TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi extends java.lang.Enum<TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi> implements EkOzelDurumTipi
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
ad()
static TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
OLDURGAN
public static final TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi OLDURGAN
-
ON_EK
public static final TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi ON_EK
-
ZAMAN_KI
public static final TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi ZAMAN_KI
-
-
Method Detail
-
values
public static TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi c : TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TemelEkOzelDurumUretici.TemelEkOzelDurumuTipi valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
ad
public java.lang.String ad()
- Specified by:
ad
in interfaceEkOzelDurumTipi
-
-