Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean>
,Constable
,BabelẞlueText
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Pray church glitter plate is not cleaned got %1$s needed %2$s by %3$s on %4$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Het glitter bord van de bid kerk is niet schoongemaakt, gevonden %1$s nodig %2$s door %3$s op %4$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u7948\u79b1\u6559\u5802\u7684\u9583\u5149\u677f\u6c92\u6709\u88ab\u6e05\u6f54\uff0c%3$s \u5728 %4$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 \u0917\u094d\u0932\u093f\u091f\u0930 \u092a\u094d\u0932\u0947\u091f \u0938\u093e\u092b \u0928\u0939\u0940\u0902 \u0939\u0941\u0908 \u0939\u0948, %1$s \u0915\u0940 \u0906\u0935\u0936\u094d\u092f\u0915\u0924\u093e \u0939\u0948 %2$s \u0926\u094d\u0935\u093e\u0930\u093e %3$s \u0926\u094d\u0935\u093e\u0930\u093e %4$s")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹPrayChurchError.ₜₓₜEatPlateClean>
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
-