Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ>
,Constable
,Duyts.Ꝺᴰᴺᴬ.ꞱꝹDuytsTxTᴾᴵᴱ
,Duyts.Ꝺₚᵢₑ.ꝹDocMethod
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ
@DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.English.class,txt="Crustalize the wedding cake to write the dessert menu") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Korstarazatie van de trouw taart om het toetjes menu te maken") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u6572\u788e\u5a5a\u79ae\u86cb\u7cd5\u5beb\u751c\u9ede\u83dc\u55ae") @DuytsFlüstern注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u092e\u093f\u0920\u093e\u0908 \u092e\u0947\u0928\u0942 \u0932\u093f\u0916\u0928\u0947 \u0915\u0947 \u0932\u093f\u090f \u0936\u093e\u0926\u0940 \u0915\u0947 \u0915\u0947\u0915 \u0915\u094b \u0915\u094d\u0930\u0938\u094d\u091f\u0932\u093e\u0907\u091c\u093c \u0915\u0930\u0947\u0902")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹDocMethodˢᵗᵘᵖ.ₜₓₜₚᵣₐᵧToੴ>
implements Duyts.Ꝺₚᵢₑ.ꝹDocMethod
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-