Enum Class BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker
java.lang.Object
java.lang.Enum<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker>
ᒢᐩᐩ.ᒃᣔᔆᔆᒃᐤᐤᣕ.ᒼᒻᣔᙆᙆ.BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker
- All Implemented Interfaces:
Serializable
,Comparable<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker>
,Constable
,BabelẞlueText
- Enclosing class:
BãßBȍőnRevenantHomingMissile.ꝹError
@BabelẞlueText注(嘴=嘴ᗮᙿᗮ.English.class,txt="Revenant homing missle bone marker %6$s missing on %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Dutch.class,txt="Skelet achtervolgende raket botmarkering %6$s ontbreekt op %1$s") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.China.class,txt="%6$s \u4e0a\u7684\u9aa8\u9abc\u5c0b\u7684\u5c0e\u5f48\u9aa8\u6a19\u8a18 %1$s \u4e1f\u5931") @BabelẞlueText注(嘴=嘴ᗮᙿᗮ.Hindi.class,txt="\u0938\u094d\u0915\u0947\u0932\u0947\u091f\u0928 \u0939\u094b\u092e\u093f\u0902\u0917 \u092e\u093f\u0938\u0932 \u092c\u094b\u0928 \u092e\u093e\u0930\u094d\u0915\u0930 %6$s %1$s \u092a\u0930 \u0917\u093e\u092f\u092c \u0939\u0948")
public static enum BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker
extends Enum<BãßBȍőnRevenantHomingMissile.ꝹError.ₜₓₜMissingMarker>
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
-