Enum Class EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains
java.lang.Object
java.lang.Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains
- All Implemented Interfaces:
Serializable
,Comparable<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains>
,Constable
,BabelẞlueText
- Enclosing class:
EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Cake ring sparkler missing %1$s on %2$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Taartring sterretje ontbreekt %1$s op %2$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="%2$s \u4e0a\u7684\u86cb\u7cd5\u5708\u7159\u706b\u7f3a\u5c11 %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0915\u0947\u0915 \u0930\u093f\u0902\u0917 \u0938\u094d\u092a\u093e\u0930\u094d\u0915\u0932\u0930 %2$s \u092a\u0930 %1$s \u0917\u093e\u092f\u092c \u0939\u0948")
public static enum EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains
extends Enum<EnterPieCuisineꝹᵀˣᵀ.ꝹRingSparklerError.ₜₓₜContains>
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
-