Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents>
,Constable
,BabelẞlueText
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Pray church candlelier wrong burning parents count got %1$s needed %2$s by %3$s on %4$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="De bid kerk kaarsenhouder heeft verkeerde aantal brandende ouders, %1$s nodig %2$s door %3$s op %4$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u7948\u79b1\u6559\u6703\u71ed\u5149\u932f\u8aa4\uff0c\u71c3\u71d2\u7684\u7236\u6bcd\u8a08\u6578\u5728 %4$s \u5f97\u5230 %3$s \u9700\u8981 %2$s %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u092a\u094d\u0930\u093e\u0930\u094d\u0925\u0928\u093e \u091a\u0930\u094d\u091a \u0915\u0948\u0902\u0921\u0932\u0947\u0932\u093f\u092f\u0930 \u0917\u0932\u0924 \u092c\u0930\u094d\u0928\u093f\u0902\u0917 \u092e\u093e\u0924\u093e-\u092a\u093f\u0924\u093e \u0915\u0940 \u0938\u0902\u0916\u094d\u092f\u093e \u0915\u094b %1$s \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948 %2$s \u0915\u094b %3$s \u0938\u0947 %4$s \u092a\u0930")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜburnParents>
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
-