Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot>
,Constable
,BabelẞlueText
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Cake ring sparkler bad taste detected %1$s on %2$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Slechte smaak van taartring sterretje gedetecteerd %1$s op %2$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u5728 %2$s \u4e0a\u6aa2\u6e2c\u5230\u86cb\u7cd5\u74b0\u7159\u706b\u7684\u4e0d\u826f\u5473\u9053 %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0915\u0947\u0915 \u0930\u093f\u0902\u0917 \u0938\u094d\u092a\u093e\u0930\u094d\u0915\u0932\u0930 \u0915\u093e \u0916\u0930\u093e\u092c \u0938\u094d\u0935\u093e\u0926 %2$s \u092a\u0930 %1$s \u092a\u0930 \u092a\u093e\u092f\u093e \u0917\u092f\u093e")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContainsNot>
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
-