Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger>
,Constable
,BabelẞlueText
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Pray church cake dough marrow glitter detected fake suger on %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="De bid kerk heeft taart deegmerg glitter nepsuiker gedetecteerd op %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u7948\u79b1\u6559\u5802\u86cb\u7cd5\u9eb5\u5718\u9aa8\u9ad3\u9583\u5149\u5728 %1$s \u4e0a\u6aa2\u6e2c\u5230\u5047\u7cd6") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e \u091a\u0930\u094d\u091a \u0915\u0947\u0915 \u0906\u091f\u093e \u092e\u0948\u0930\u094b \u0917\u094d\u0932\u093f\u091f\u0930 \u0928\u0947 %1$s \u092a\u0930 \u0928\u0915\u0932\u0940 \u091a\u0940\u0928\u0940 \u0915\u093e \u092a\u0924\u093e \u0932\u0917\u093e\u092f\u093e")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜSyntheticSuger>
implements BabelẞlueText
-
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
-