Enum Class BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency
java.lang.Object
java.lang.Enum<BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency>
ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.ᒼᒻᣔᙆᙆ.BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency
- All Implemented Interfaces:
Serializable
,Comparable<BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency>
,Constable
,BabelẞlueText
- Enclosing class:
BãßBȍőnSelfKeenCoinMachine抽
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="\ud835\udd6c\ud835\udd88\ud835\udd88\ud835\udd8a\ud835\udd95\ud835\udd99\ud835\udd8a\ud835\udd89 \ud835\udd88\ud835\udd94\ud835\udd8e\ud835\udd93 \ud835\udd88\ud835\udd9a\ud835\udd97\ud835\udd97\ud835\udd8a\ud835\udd93\ud835\udd88\ud835\udd9e %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Geaccepteerde muntvaluta %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="\u63a5\u53d7\u7684\u786c\u5e63\u8ca8\u5e63%1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0938\u094d\u0935\u0940\u0915\u0943\u0924 \u0938\u093f\u0915\u094d\u0915\u093e \u092e\u0941\u0926\u094d\u0930\u093e %1$s")
protected static enum BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency
extends Enum<BãßBȍőnSelfKeenCoinMachine抽.ₜₓₜAcceptCurrency>
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
-