Enum Class FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch
java.lang.Object
java.lang.Enum<FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch>
ᒢᐩᐩ.ᓫᣕᐪᓫᣗ.ᣖᑊᓫ.FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch
- All Implemented Interfaces:
Serializable
,Comparable<FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch>
,Constable
,BabelẞlueText
- Enclosing class:
FoodType.ꝹBabelName
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="interface mono methodically") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="veelgezicht mono methodisch") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u6709\u689d\u4e0d\u7d0a\u5730\u63a5\u53e3\u55ae\u8072\u9053") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0907\u0902\u091f\u0930\u092b\u093c\u0947\u0938 \u092e\u094b\u0928\u094b \u0935\u094d\u092f\u0935\u0938\u094d\u0925\u093f\u0924 \u0930\u0942\u092a \u0938\u0947")
public static enum FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch
extends Enum<FoodType.ꝹBabelName.ₜₓₜInterfaceMonoMethodisch>
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
-